Html Css Color HEX #CA7FC6 Orchid

📋 copy color: '#CA7FC6'

red 202 ◦ green 127 ◦ blue 198

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

Shades of Orchid #CA7FC6

Tints of Orchid #CA7FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.57%

R = 38.33%
G = 24.1%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CA7FC6 (or 0xCA7FC6) is known color: Orchid. HEX triplet: CA, 7F and C6. RGB value is (202,127,198). Sum of RGB (Red+Green+Blue) = 202+127+198=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FC6 is #358039. Grayscale: #9D9D9D. Windows color (decimal): -3506234 or 13008842. OLE color: 13008842.

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

Color convert

RGB 202 127 198 -
CMYK 0 0.37 0.02 0.21
HSL 303.2º 0.41% 0.65% -
HSV(B) 303.2º 0.37% 0.79% -
XYZ 42.14 31.81 57.35 -
YUV 157.52 150.85 159.73 -
System Red Green Blue C M Y K H S L
Decimal 202 127 198 0 0.37 0.02 0.21 303.2 0.41 0.65
Hex CA 7F C6 0 25 2 15 12F 29 41
Octal 312 177 306 0 45 2 25 457 51 101
Binary 11001010 1111111 11000110 0 100101 10 10101 100101111 101001 1000001

Color Harmonies of #CA7FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FC6

Black with #CA7FC6

Text Example


Text Example

White with #CA7FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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