Html Css Color HEX #CA7AC8 Orchid

📋 copy color: '#CA7AC8'

red 202 ◦ green 122 ◦ blue 200

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

Shades of Orchid #CA7AC8

Tints of Orchid #CA7AC8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.28%

 BLUE value IS 200 (78.52% from 255) = 38.17%

R = 38.55%
G = 23.28%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA7AC8 (or 0xCA7AC8) is known color: Orchid. HEX triplet: CA, 7A and C8. RGB value is (202,122,200). Sum of RGB (Red+Green+Blue) = 202+122+200=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7AC8 is #358537. Grayscale: #9A9A9A. Windows color (decimal): -3507512 or 13138634. OLE color: 13138634.

HSL color Cylindrical-coordinate representation of color #CA7AC8: hue angle of 301.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7AC8 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 122 200 -
CMYK 0 0.40 0.01 0.21
HSL 301.5º 0.43% 0.64% -
HSV(B) 301.5º 0.4% 0.79% -
XYZ 41.74 30.65 58.36 -
YUV 154.81 153.5 161.66 -
System Red Green Blue C M Y K H S L
Decimal 202 122 200 0 0.40 0.01 0.21 301.5 0.43 0.64
Hex CA 7A C8 0 28 1 15 12E 2B 40
Octal 312 172 310 0 50 1 25 456 53 100
Binary 11001010 1111010 11001000 0 101000 1 10101 100101110 101011 1000000

Color Harmonies of #CA7AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7AC8

Black with #CA7AC8

Text Example


Text Example

White with #CA7AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7AC8; }

 p { color: rgb(202,122,200); }

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

background-color css

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

 a { background-color: rgb(202,122,200); }

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

border-color css

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

 span { border-color: rgb(202,122,200); }

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