Html Css Color HEX #CA7DB9 Orchid

📋 copy color: '#CA7DB9'

red 202 ◦ green 125 ◦ blue 185

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

Shades of Orchid #CA7DB9

Tints of Orchid #CA7DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.13%

R = 39.45%
G = 24.41%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA7DB9 (or 0xCA7DB9) is known color: Orchid. HEX triplet: CA, 7D and B9. RGB value is (202,125,185). Sum of RGB (Red+Green+Blue) = 202+125+185=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DB9 is #358246. Grayscale: #9A9A9A. Windows color (decimal): -3506759 or 12156362. OLE color: 12156362.

HSL color Cylindrical-coordinate representation of color #CA7DB9: hue angle of 313.25º 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 #CA7DB9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 125 185 -
CMYK 0 0.38 0.08 0.21
HSL 313.25º 0.42% 0.64% -
HSV(B) 313.25º 0.38% 0.79% -
XYZ 40.45 30.73 49.7 -
YUV 154.86 145.01 161.62 -
System Red Green Blue C M Y K H S L
Decimal 202 125 185 0 0.38 0.08 0.21 313.25 0.42 0.64
Hex CA 7D B9 0 26 8 15 139 2A 40
Octal 312 175 271 0 46 10 25 471 52 100
Binary 11001010 1111101 10111001 0 100110 1000 10101 100111001 101010 1000000

Color Harmonies of #CA7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DB9

Black with #CA7DB9

Text Example


Text Example

White with #CA7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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