Html Css Color HEX #CA36EF Medium Orchid

📋 copy color: '#CA36EF'

red 202 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #CA36EF

Tints of Medium Orchid #CA36EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 40.81%
G = 10.91%
B = 48.28%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA36EF (or 0xCA36EF) is known color: Medium Orchid. HEX triplet: CA, 36 and EF. RGB value is (202,54,239). Sum of RGB (Red+Green+Blue) = 202+54+239=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 54 (21.48% from 255 or 10.91% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA36EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA36EF is #35C910. Grayscale: #767676. Windows color (decimal): -3524881 or 15677130. OLE color: 15677130.

HSL color Cylindrical-coordinate representation of color #CA36EF: hue angle of 288º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA36EF is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 54 239 -
CMYK 0.15 0.77 0 0.06
HSL 288º 0.85% 0.57% -
HSV(B) 288º 0.77% 0.94% -
XYZ 41.26 21.43 83.62 -
YUV 119.34 195.53 186.96 -
System Red Green Blue C M Y K H S L
Decimal 202 54 239 0.15 0.77 0 0.06 288 0.85 0.57
Hex CA 36 EF F 4D 0 6 120 55 39
Octal 312 66 357 17 115 0 6 440 125 71
Binary 11001010 110110 11101111 1111 1001101 0 110 100100000 1010101 111001

Color Harmonies of #CA36EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36EF

Black with #CA36EF

Text Example


Text Example

White with #CA36EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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