Html Css Color HEX #CA6BDB Orchid

📋 copy color: '#CA6BDB'

red 202 ◦ green 107 ◦ blue 219

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

Shades of Orchid #CA6BDB

Tints of Orchid #CA6BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.27%

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

R = 38.26%
G = 20.27%
B = 41.48%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA6BDB (or 0xCA6BDB) is known color: Orchid. HEX triplet: CA, 6B and DB. RGB value is (202,107,219). Sum of RGB (Red+Green+Blue) = 202+107+219=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6BDB is #359424. Grayscale: #939393. Windows color (decimal): -3511333 or 14379978. OLE color: 14379978.

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

Color convert

RGB 202 107 219 -
CMYK 0.08 0.51 0 0.14
HSL 290.89º 0.61% 0.64% -
HSV(B) 290.89º 0.51% 0.86% -
XYZ 42.4 28.19 70.22 -
YUV 148.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 202 107 219 0.08 0.51 0 0.14 290.89 0.61 0.64
Hex CA 6B DB 8 33 0 E 123 3D 40
Octal 312 153 333 10 63 0 16 443 75 100
Binary 11001010 1101011 11011011 1000 110011 0 1110 100100011 111101 1000000

Color Harmonies of #CA6BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BDB

Black with #CA6BDB

Text Example


Text Example

White with #CA6BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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