Html Css Color HEX #CA6ADB Orchid

📋 copy color: '#CA6ADB'

red 202 ◦ green 106 ◦ blue 219

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

Shades of Orchid #CA6ADB

Tints of Orchid #CA6ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 38.33%
G = 20.11%
B = 41.56%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA6ADB (or 0xCA6ADB) is known color: Orchid. HEX triplet: CA, 6A and DB. RGB value is (202,106,219). Sum of RGB (Red+Green+Blue) = 202+106+219=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6ADB is #359524. Grayscale: #939393. Windows color (decimal): -3511589 or 14379722. OLE color: 14379722.

HSL color Cylindrical-coordinate representation of color #CA6ADB: hue angle of 290.97º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6ADB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 106 219 -
CMYK 0.08 0.52 0 0.14
HSL 290.97º 0.61% 0.64% -
HSV(B) 290.97º 0.52% 0.86% -
XYZ 42.3 27.98 70.19 -
YUV 147.59 168.3 166.81 -
System Red Green Blue C M Y K H S L
Decimal 202 106 219 0.08 0.52 0 0.14 290.97 0.61 0.64
Hex CA 6A DB 8 34 0 E 123 3D 40
Octal 312 152 333 10 64 0 16 443 75 100
Binary 11001010 1101010 11011011 1000 110100 0 1110 100100011 111101 1000000

Color Harmonies of #CA6ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6ADB

Black with #CA6ADB

Text Example


Text Example

White with #CA6ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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