Html Css Color HEX #CA7FDC Orchid

📋 copy color: '#CA7FDC'

red 202 ◦ green 127 ◦ blue 220

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

Shades of Orchid #CA7FDC

Tints of Orchid #CA7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 23.13%

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 36.79%
G = 23.13%
B = 40.07%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA7FDC (or 0xCA7FDC) is known color: Orchid. HEX triplet: CA, 7F and DC. RGB value is (202,127,220). Sum of RGB (Red+Green+Blue) = 202+127+220=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FDC is #358023. Grayscale: #9F9F9F. Windows color (decimal): -3506212 or 14450634. OLE color: 14450634.

HSL color Cylindrical-coordinate representation of color #CA7FDC: hue angle of 288.39º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7FDC is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 127 220 -
CMYK 0.08 0.42 0 0.14
HSL 288.39º 0.57% 0.68% -
HSV(B) 288.39º 0.42% 0.86% -
XYZ 44.86 32.9 71.7 -
YUV 160.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 202 127 220 0.08 0.42 0 0.14 288.39 0.57 0.68
Hex CA 7F DC 8 2A 0 E 120 39 44
Octal 312 177 334 10 52 0 16 440 71 104
Binary 11001010 1111111 11011100 1000 101010 0 1110 100100000 111001 1000100

Color Harmonies of #CA7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FDC

Black with #CA7FDC

Text Example


Text Example

White with #CA7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FDC; }

 p { color: rgb(202,127,220); }

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

background-color css

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

 a { background-color: rgb(202,127,220); }

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

border-color css

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

 span { border-color: rgb(202,127,220); }

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