Html Css Color HEX #CA6FDB Orchid

📋 copy color: '#CA6FDB'

red 202 ◦ green 111 ◦ blue 219

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

Shades of Orchid #CA6FDB

Tints of Orchid #CA6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.86%

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

R = 37.97%
G = 20.86%
B = 41.17%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA6FDB (or 0xCA6FDB) is known color: Orchid. HEX triplet: CA, 6F and DB. RGB value is (202,111,219). Sum of RGB (Red+Green+Blue) = 202+111+219=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FDB is #359024. Grayscale: #969696. Windows color (decimal): -3510309 or 14381002. OLE color: 14381002.

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

Color convert

RGB 202 111 219 -
CMYK 0.08 0.49 0 0.14
HSL 290.56º 0.6% 0.65% -
HSV(B) 290.56º 0.49% 0.86% -
XYZ 42.83 29.04 70.37 -
YUV 150.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 202 111 219 0.08 0.49 0 0.14 290.56 0.6 0.65
Hex CA 6F DB 8 31 0 E 123 3C 41
Octal 312 157 333 10 61 0 16 443 74 101
Binary 11001010 1101111 11011011 1000 110001 0 1110 100100011 111100 1000001

Color Harmonies of #CA6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FDB

Black with #CA6FDB

Text Example


Text Example

White with #CA6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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