Html Css Color HEX #CA7ACC Orchid

📋 copy color: '#CA7ACC'

red 202 ◦ green 122 ◦ blue 204

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

Shades of Orchid #CA7ACC

Tints of Orchid #CA7ACC

RGB

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

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

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

R = 38.26%
G = 23.11%
B = 38.64%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA7ACC (or 0xCA7ACC) is known color: Orchid. HEX triplet: CA, 7A and CC. RGB value is (202,122,204). Sum of RGB (Red+Green+Blue) = 202+122+204=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7ACC is #358533. Grayscale: #9B9B9B. Windows color (decimal): -3507508 or 13400778. OLE color: 13400778.

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

Color convert

RGB 202 122 204 -
CMYK 0.01 0.40 0 0.2
HSL 298.54º 0.45% 0.64% -
HSV(B) 298.54º 0.4% 0.8% -
XYZ 42.22 30.84 60.85 -
YUV 155.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 202 122 204 0.01 0.40 0 0.2 298.54 0.45 0.64
Hex CA 7A CC 1 28 0 14 12B 2D 40
Octal 312 172 314 1 50 0 24 453 55 100
Binary 11001010 1111010 11001100 1 101000 0 10100 100101011 101101 1000000

Color Harmonies of #CA7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7ACC

Black with #CA7ACC

Text Example


Text Example

White with #CA7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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