Html Css Color HEX #CA36ED Medium Orchid

📋 copy color: '#CA36ED'

red 202 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #CA36ED

Tints of Medium Orchid #CA36ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 40.97%
G = 10.95%
B = 48.07%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA36ED (or 0xCA36ED) is known color: Medium Orchid. HEX triplet: CA, 36 and ED. RGB value is (202,54,237). Sum of RGB (Red+Green+Blue) = 202+54+237=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA36ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA36ED is #35C912. Grayscale: #767676. Windows color (decimal): -3524883 or 15546058. OLE color: 15546058.

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

Color convert

RGB 202 54 237 -
CMYK 0.15 0.77 0 0.07
HSL 288.52º 0.84% 0.57% -
HSV(B) 288.52º 0.77% 0.93% -
XYZ 40.96 21.31 82.07 -
YUV 119.11 194.53 187.12 -
System Red Green Blue C M Y K H S L
Decimal 202 54 237 0.15 0.77 0 0.07 288.52 0.84 0.57
Hex CA 36 ED F 4D 0 7 121 54 39
Octal 312 66 355 17 115 0 7 441 124 71
Binary 11001010 110110 11101101 1111 1001101 0 111 100100001 1010100 111001

Color Harmonies of #CA36ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA36ED

Black with #CA36ED

Text Example


Text Example

White with #CA36ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA36ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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