Html Css Color HEX #CA6ADA Orchid

📋 copy color: '#CA6ADA'

red 202 ◦ green 106 ◦ blue 218

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

Shades of Orchid #CA6ADA

Tints of Orchid #CA6ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.44%

R = 38.4%
G = 20.15%
B = 41.44%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CA6ADA (or 0xCA6ADA) is known color: Orchid. HEX triplet: CA, 6A and DA. RGB value is (202,106,218). Sum of RGB (Red+Green+Blue) = 202+106+218=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ADA is #359525. Grayscale: #939393. Windows color (decimal): -3511590 or 14314186. OLE color: 14314186.

HSL color Cylindrical-coordinate representation of color #CA6ADA: hue angle of 291.43º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA6ADA is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 106 218 -
CMYK 0.07 0.51 0 0.15
HSL 291.43º 0.6% 0.64% -
HSV(B) 291.43º 0.51% 0.85% -
XYZ 42.17 27.93 69.5 -
YUV 147.47 167.8 166.89 -
System Red Green Blue C M Y K H S L
Decimal 202 106 218 0.07 0.51 0 0.15 291.43 0.6 0.64
Hex CA 6A DA 7 33 0 F 123 3C 40
Octal 312 152 332 7 63 0 17 443 74 100
Binary 11001010 1101010 11011010 111 110011 0 1111 100100011 111100 1000000

Color Harmonies of #CA6ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ADA

Black with #CA6ADA

Text Example


Text Example

White with #CA6ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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