Html Css Color HEX #CA7DC9 Orchid

📋 copy color: '#CA7DC9'

red 202 ◦ green 125 ◦ blue 201

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

Shades of Orchid #CA7DC9

Tints of Orchid #CA7DC9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

 BLUE value IS 201 (78.91% from 255) = 38.07%

R = 38.26%
G = 23.67%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA7DC9 (or 0xCA7DC9) is known color: Orchid. HEX triplet: CA, 7D and C9. RGB value is (202,125,201). Sum of RGB (Red+Green+Blue) = 202+125+201=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DC9 is #358236. Grayscale: #9C9C9C. Windows color (decimal): -3506743 or 13204938. OLE color: 13204938.

HSL color Cylindrical-coordinate representation of color #CA7DC9: hue angle of 300.78º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7DC9 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 201 -
CMYK 0 0.38 0.00 0.21
HSL 300.78º 0.42% 0.64% -
HSV(B) 300.78º 0.38% 0.79% -
XYZ 42.23 31.44 59.1 -
YUV 156.69 153.01 160.32 -
System Red Green Blue C M Y K H S L
Decimal 202 125 201 0 0.38 0.00 0.21 300.78 0.42 0.64
Hex CA 7D C9 0 26 0 15 12D 2A 40
Octal 312 175 311 0 46 0 25 455 52 100
Binary 11001010 1111101 11001001 0 100110 0 10101 100101101 101010 1000000

Color Harmonies of #CA7DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DC9

Black with #CA7DC9

Text Example


Text Example

White with #CA7DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DC9; }

 p { color: rgb(202,125,201); }

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

background-color css

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

 a { background-color: rgb(202,125,201); }

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

border-color css

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

 span { border-color: rgb(202,125,201); }

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