Html Css Color HEX #CA73CD Orchid

📋 copy color: '#CA73CD'

red 202 ◦ green 115 ◦ blue 205

#CA73CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA73CD

Tints of Orchid #CA73CD

RGB

 RED value IS 202 (79.3% from 255) = 38.7%

 GREEN value IS 115 (45.31% from 255) = 22.03%

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 38.7%
G = 22.03%
B = 39.27%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA73CD (or 0xCA73CD) is known color: Orchid. HEX triplet: CA, 73 and CD. RGB value is (202,115,205). Sum of RGB (Red+Green+Blue) = 202+115+205=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73CD is #358C32. Grayscale: #979797. Windows color (decimal): -3509299 or 13464522. OLE color: 13464522.

HSL color Cylindrical-coordinate representation of color #CA73CD: hue angle of 298º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA73CD is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 115 205 -
CMYK 0.01 0.44 0 0.20
HSL 298º 0.47% 0.63% -
HSV(B) 298º 0.44% 0.8% -
XYZ 41.51 29.23 61.21 -
YUV 151.27 158.32 164.18 -
System Red Green Blue C M Y K H S L
Decimal 202 115 205 0.01 0.44 0 0.20 298 0.47 0.63
Hex CA 73 CD 1 2C 0 14 12A 2F 3F
Octal 312 163 315 1 54 0 24 452 57 77
Binary 11001010 1110011 11001101 1 101100 0 10100 100101010 101111 111111

Color Harmonies of #CA73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA73CD

Black with #CA73CD

Text Example


Text Example

White with #CA73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA73CD; }

 p { color: rgb(202,115,205); }

 H1.HeaderClassName
 {
   color: #CA73CD;
 }
 .AnyTagClassName
 {
   color: #CA73CD;
 }
</style>

background-color css

<style>
 a { background-color: #CA73CD; }

 a { background-color: rgb(202,115,205); }

 div.DivClassName
 {
   background-color: #CA73CD;
 }
 .BgClassName
 {
   background-color: #CA73CD;
 }
</style>

border-color css

<style>
 span { border-color: #CA73CD; }

 span { border-color: rgb(202,115,205); }

 td.TdClassName
 {
   border-color: #CA73CD;
 }
 .TagClassName
 {
   border-color: #CA73CD;
 }
</style>