Html Css Color HEX #CA7CCC Orchid

📋 copy color: '#CA7CCC'

red 202 ◦ green 124 ◦ blue 204

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

Shades of Orchid #CA7CCC

Tints of Orchid #CA7CCC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.4%

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

R = 38.11%
G = 23.4%
B = 38.49%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA7CCC (or 0xCA7CCC) is known color: Orchid. HEX triplet: CA, 7C and CC. RGB value is (202,124,204). Sum of RGB (Red+Green+Blue) = 202+124+204=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA7CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CCC is #358333. Grayscale: #9C9C9C. Windows color (decimal): -3506996 or 13401290. OLE color: 13401290.

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

Color convert

RGB 202 124 204 -
CMYK 0.01 0.39 0 0.2
HSL 298.5º 0.44% 0.64% -
HSV(B) 298.5º 0.39% 0.8% -
XYZ 42.46 31.33 60.94 -
YUV 156.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 202 124 204 0.01 0.39 0 0.2 298.5 0.44 0.64
Hex CA 7C CC 1 27 0 14 12A 2C 40
Octal 312 174 314 1 47 0 24 452 54 100
Binary 11001010 1111100 11001100 1 100111 0 10100 100101010 101100 1000000

Color Harmonies of #CA7CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CCC

Black with #CA7CCC

Text Example


Text Example

White with #CA7CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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