Html Css Color HEX #CA42DB Medium Orchid

📋 copy color: '#CA42DB'

red 202 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #CA42DB

Tints of Medium Orchid #CA42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.55%

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

R = 41.48%
G = 13.55%
B = 44.97%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA42DB (or 0xCA42DB) is known color: Medium Orchid. HEX triplet: CA, 42 and DB. RGB value is (202,66,219). Sum of RGB (Red+Green+Blue) = 202+66+219=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA42DB is #35BD24. Grayscale: #7B7B7B. Windows color (decimal): -3521829 or 14369482. OLE color: 14369482.

HSL color Cylindrical-coordinate representation of color #CA42DB: hue angle of 293.33º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA42DB is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 66 219 -
CMYK 0.08 0.70 0 0.14
HSL 293.33º 0.68% 0.56% -
HSV(B) 293.33º 0.7% 0.86% -
XYZ 39.09 21.57 69.12 -
YUV 124.11 181.56 183.56 -
System Red Green Blue C M Y K H S L
Decimal 202 66 219 0.08 0.70 0 0.14 293.33 0.68 0.56
Hex CA 42 DB 8 46 0 E 125 44 38
Octal 312 102 333 10 106 0 16 445 104 70
Binary 11001010 1000010 11011011 1000 1000110 0 1110 100100101 1000100 111000

Color Harmonies of #CA42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA42DB

Black with #CA42DB

Text Example


Text Example

White with #CA42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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