Html Css Color HEX #CA7FC2 Orchid

📋 copy color: '#CA7FC2'

red 202 ◦ green 127 ◦ blue 194

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

Shades of Orchid #CA7FC2

Tints of Orchid #CA7FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.09%

R = 38.62%
G = 24.28%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA7FC2 (or 0xCA7FC2) is known color: Orchid. HEX triplet: CA, 7F and C2. RGB value is (202,127,194). Sum of RGB (Red+Green+Blue) = 202+127+194=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FC2 is #35803D. Grayscale: #9C9C9C. Windows color (decimal): -3506238 or 12746698. OLE color: 12746698.

HSL color Cylindrical-coordinate representation of color #CA7FC2: hue angle of 306.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FC2 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 127 194 -
CMYK 0 0.37 0.04 0.21
HSL 306.4º 0.41% 0.65% -
HSV(B) 306.4º 0.37% 0.79% -
XYZ 41.68 31.63 54.95 -
YUV 157.06 148.85 160.05 -
System Red Green Blue C M Y K H S L
Decimal 202 127 194 0 0.37 0.04 0.21 306.4 0.41 0.65
Hex CA 7F C2 0 25 4 15 132 29 41
Octal 312 177 302 0 45 4 25 462 51 101
Binary 11001010 1111111 11000010 0 100101 100 10101 100110010 101001 1000001

Color Harmonies of #CA7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FC2

Black with #CA7FC2

Text Example


Text Example

White with #CA7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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