Html Css Color HEX #CA75DB Orchid

📋 copy color: '#CA75DB'

red 202 ◦ green 117 ◦ blue 219

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

Shades of Orchid #CA75DB

Tints of Orchid #CA75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.75%

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

R = 37.55%
G = 21.75%
B = 40.71%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA75DB (or 0xCA75DB) is known color: Orchid. HEX triplet: CA, 75 and DB. RGB value is (202,117,219). Sum of RGB (Red+Green+Blue) = 202+117+219=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75DB is #358A24. Grayscale: #999999. Windows color (decimal): -3508773 or 14382538. OLE color: 14382538.

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

Color convert

RGB 202 117 219 -
CMYK 0.08 0.47 0 0.14
HSL 290º 0.59% 0.66% -
HSV(B) 290º 0.47% 0.86% -
XYZ 43.5 30.39 70.59 -
YUV 154.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 202 117 219 0.08 0.47 0 0.14 290 0.59 0.66
Hex CA 75 DB 8 2F 0 E 122 3B 42
Octal 312 165 333 10 57 0 16 442 73 102
Binary 11001010 1110101 11011011 1000 101111 0 1110 100100010 111011 1000010

Color Harmonies of #CA75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA75DB

Black with #CA75DB

Text Example


Text Example

White with #CA75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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