Html Css Color HEX #CA36EB Medium Orchid

📋 copy color: '#CA36EB'

red 202 ◦ green 54 ◦ blue 235

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

Shades of Medium Orchid #CA36EB

Tints of Medium Orchid #CA36EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 41.14%
G = 11%
B = 47.86%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA36EB (or 0xCA36EB) is known color: Medium Orchid. HEX triplet: CA, 36 and EB. RGB value is (202,54,235). Sum of RGB (Red+Green+Blue) = 202+54+235=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA36EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA36EB is #35C914. Grayscale: #767676. Windows color (decimal): -3524885 or 15414986. OLE color: 15414986.

HSL color Cylindrical-coordinate representation of color #CA36EB: hue angle of 289.06º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA36EB is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 54 235 -
CMYK 0.14 0.77 0 0.08
HSL 289.06º 0.82% 0.57% -
HSV(B) 289.06º 0.77% 0.92% -
XYZ 40.67 21.19 80.54 -
YUV 118.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 202 54 235 0.14 0.77 0 0.08 289.06 0.82 0.57
Hex CA 36 EB E 4D 0 8 121 52 39
Octal 312 66 353 16 115 0 10 441 122 71
Binary 11001010 110110 11101011 1110 1001101 0 1000 100100001 1010010 111001

Color Harmonies of #CA36EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36EB

Black with #CA36EB

Text Example


Text Example

White with #CA36EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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