Html Css Color HEX #CA7FCC Orchid

📋 copy color: '#CA7FCC'

red 202 ◦ green 127 ◦ blue 204

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

Shades of Orchid #CA7FCC

Tints of Orchid #CA7FCC

RGB

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

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

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

R = 37.9%
G = 23.83%
B = 38.27%

CMYK

 C value IS 0.01

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA7FCC (or 0xCA7FCC) is known color: Orchid. HEX triplet: CA, 7F and CC. RGB value is (202,127,204). Sum of RGB (Red+Green+Blue) = 202+127+204=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FCC is #358033. Grayscale: #9D9D9D. Windows color (decimal): -3506228 or 13402058. OLE color: 13402058.

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

Color convert

RGB 202 127 204 -
CMYK 0.01 0.38 0 0.2
HSL 298.44º 0.43% 0.65% -
HSV(B) 298.44º 0.38% 0.8% -
XYZ 42.85 32.09 61.06 -
YUV 158.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 202 127 204 0.01 0.38 0 0.2 298.44 0.43 0.65
Hex CA 7F CC 1 26 0 14 12A 2B 41
Octal 312 177 314 1 46 0 24 452 53 101
Binary 11001010 1111111 11001100 1 100110 0 10100 100101010 101011 1000001

Color Harmonies of #CA7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FCC

Black with #CA7FCC

Text Example


Text Example

White with #CA7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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