Html Css Color HEX #CA74DB Orchid

📋 copy color: '#CA74DB'

red 202 ◦ green 116 ◦ blue 219

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

Shades of Orchid #CA74DB

Tints of Orchid #CA74DB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.6%

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

R = 37.62%
G = 21.6%
B = 40.78%

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

#CA74DB (or 0xCA74DB) is known color: Orchid. HEX triplet: CA, 74 and DB. RGB value is (202,116,219). Sum of RGB (Red+Green+Blue) = 202+116+219=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 116 (45.70% from 255 or 21.60% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA74DB is #358B24. Grayscale: #999999. Windows color (decimal): -3509029 or 14382282. OLE color: 14382282.

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

Color convert

RGB 202 116 219 -
CMYK 0.08 0.47 0 0.14
HSL 290.1º 0.59% 0.66% -
HSV(B) 290.1º 0.47% 0.86% -
XYZ 43.39 30.16 70.55 -
YUV 153.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 202 116 219 0.08 0.47 0 0.14 290.1 0.59 0.66
Hex CA 74 DB 8 2F 0 E 122 3B 42
Octal 312 164 333 10 57 0 16 442 73 102
Binary 11001010 1110100 11011011 1000 101111 0 1110 100100010 111011 1000010

Color Harmonies of #CA74DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74DB

Black with #CA74DB

Text Example


Text Example

White with #CA74DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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