Html Css Color HEX #CA6ADE Orchid

📋 copy color: '#CA6ADE'

red 202 ◦ green 106 ◦ blue 222

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

Shades of Orchid #CA6ADE

Tints of Orchid #CA6ADE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20%

 BLUE value IS 222 (87.11% from 255) = 41.89%

R = 38.11%
G = 20%
B = 41.89%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA6ADE (or 0xCA6ADE) is known color: Orchid. HEX triplet: CA, 6A and DE. RGB value is (202,106,222). Sum of RGB (Red+Green+Blue) = 202+106+222=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 106 (41.80% from 255 or 20% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA6ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ADE is #359521. Grayscale: #939393. Windows color (decimal): -3511586 or 14576330. OLE color: 14576330.

HSL color Cylindrical-coordinate representation of color #CA6ADE: hue angle of 289.66º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6ADE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 106 222 -
CMYK 0.09 0.52 0 0.13
HSL 289.66º 0.64% 0.64% -
HSV(B) 289.66º 0.52% 0.87% -
XYZ 42.7 28.14 72.29 -
YUV 147.93 169.8 166.57 -
System Red Green Blue C M Y K H S L
Decimal 202 106 222 0.09 0.52 0 0.13 289.66 0.64 0.64
Hex CA 6A DE 9 34 0 D 122 40 40
Octal 312 152 336 11 64 0 15 442 100 100
Binary 11001010 1101010 11011110 1001 110100 0 1101 100100010 1000000 1000000

Color Harmonies of #CA6ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ADE

Black with #CA6ADE

Text Example


Text Example

White with #CA6ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ADE; }

 p { color: rgb(202,106,222); }

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

background-color css

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

 a { background-color: rgb(202,106,222); }

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

border-color css

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

 span { border-color: rgb(202,106,222); }

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