Html Css Color HEX #CA36DC Medium Orchid

📋 copy color: '#CA36DC'

red 202 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #CA36DC

Tints of Medium Orchid #CA36DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.34%

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 42.44%
G = 11.34%
B = 46.22%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA36DC (or 0xCA36DC) is known color: Medium Orchid. HEX triplet: CA, 36 and DC. RGB value is (202,54,220). Sum of RGB (Red+Green+Blue) = 202+54+220=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA36DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36DC is #35C923. Grayscale: #747474. Windows color (decimal): -3524900 or 14431946. OLE color: 14431946.

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

Color convert

RGB 202 54 220 -
CMYK 0.08 0.75 0 0.14
HSL 293.49º 0.7% 0.54% -
HSV(B) 293.49º 0.75% 0.86% -
XYZ 38.59 20.36 69.61 -
YUV 117.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 202 54 220 0.08 0.75 0 0.14 293.49 0.7 0.54
Hex CA 36 DC 8 4B 0 E 125 46 36
Octal 312 66 334 10 113 0 16 445 106 66
Binary 11001010 110110 11011100 1000 1001011 0 1110 100100101 1000110 110110

Color Harmonies of #CA36DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36DC

Black with #CA36DC

Text Example


Text Example

White with #CA36DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36DC; }

 p { color: rgb(202,54,220); }

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

background-color css

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

 a { background-color: rgb(202,54,220); }

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

border-color css

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

 span { border-color: rgb(202,54,220); }

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