Html Css Color HEX #CA7DCC Orchid

📋 copy color: '#CA7DCC'

red 202 ◦ green 125 ◦ blue 204

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

Shades of Orchid #CA7DCC

Tints of Orchid #CA7DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.42%

R = 38.04%
G = 23.54%
B = 38.42%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA7DCC (or 0xCA7DCC) is known color: Orchid. HEX triplet: CA, 7D and CC. RGB value is (202,125,204). Sum of RGB (Red+Green+Blue) = 202+125+204=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DCC is #358233. Grayscale: #9C9C9C. Windows color (decimal): -3506740 or 13401546. OLE color: 13401546.

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

Color convert

RGB 202 125 204 -
CMYK 0.01 0.39 0 0.2
HSL 298.48º 0.44% 0.65% -
HSV(B) 298.48º 0.39% 0.8% -
XYZ 42.59 31.58 60.98 -
YUV 157.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 202 125 204 0.01 0.39 0 0.2 298.48 0.44 0.65
Hex CA 7D CC 1 27 0 14 12A 2C 41
Octal 312 175 314 1 47 0 24 452 54 101
Binary 11001010 1111101 11001100 1 100111 0 10100 100101010 101100 1000001

Color Harmonies of #CA7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DCC

Black with #CA7DCC

Text Example


Text Example

White with #CA7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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