Html Css Color HEX #CA69DB Orchid

📋 copy color: '#CA69DB'

red 202 ◦ green 105 ◦ blue 219

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

Shades of Orchid #CA69DB

Tints of Orchid #CA69DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.96%

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

R = 38.4%
G = 19.96%
B = 41.63%

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

#CA69DB (or 0xCA69DB) is known color: Orchid. HEX triplet: CA, 69 and DB. RGB value is (202,105,219). Sum of RGB (Red+Green+Blue) = 202+105+219=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA69DB is #359624. Grayscale: #929292. Windows color (decimal): -3511845 or 14379466. OLE color: 14379466.

HSL color Cylindrical-coordinate representation of color #CA69DB: hue angle of 291.05º 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 #CA69DB is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 105 219 -
CMYK 0.08 0.52 0 0.14
HSL 291.05º 0.61% 0.64% -
HSV(B) 291.05º 0.52% 0.86% -
XYZ 42.19 27.77 70.15 -
YUV 147 168.64 167.23 -
System Red Green Blue C M Y K H S L
Decimal 202 105 219 0.08 0.52 0 0.14 291.05 0.61 0.64
Hex CA 69 DB 8 34 0 E 123 3D 40
Octal 312 151 333 10 64 0 16 443 75 100
Binary 11001010 1101001 11011011 1000 110100 0 1110 100100011 111101 1000000

Color Harmonies of #CA69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA69DB

Black with #CA69DB

Text Example


Text Example

White with #CA69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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