Html Css Color HEX #CA36DD Medium Orchid

📋 copy color: '#CA36DD'

red 202 ◦ green 54 ◦ blue 221

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

Shades of Medium Orchid #CA36DD

Tints of Medium Orchid #CA36DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 42.35%
G = 11.32%
B = 46.33%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA36DD (or 0xCA36DD) is known color: Medium Orchid. HEX triplet: CA, 36 and DD. RGB value is (202,54,221). Sum of RGB (Red+Green+Blue) = 202+54+221=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA36DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36DD is #35C922. Grayscale: #747474. Windows color (decimal): -3524899 or 14497482. OLE color: 14497482.

HSL color Cylindrical-coordinate representation of color #CA36DD: hue angle of 293.17º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA36DD is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 54 221 -
CMYK 0.09 0.76 0 0.13
HSL 293.17º 0.71% 0.54% -
HSV(B) 293.17º 0.76% 0.87% -
XYZ 38.73 20.42 70.31 -
YUV 117.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 202 54 221 0.09 0.76 0 0.13 293.17 0.71 0.54
Hex CA 36 DD 9 4C 0 D 125 47 36
Octal 312 66 335 11 114 0 15 445 107 66
Binary 11001010 110110 11011101 1001 1001100 0 1101 100100101 1000111 110110

Color Harmonies of #CA36DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36DD

Black with #CA36DD

Text Example


Text Example

White with #CA36DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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