Html Css Color HEX #CB36ED Medium Orchid

📋 copy color: '#CB36ED'

red 203 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #CB36ED

Tints of Medium Orchid #CB36ED

RGB

 RED value IS 203 (79.69% from 255) = 41.09%

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

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

R = 41.09%
G = 10.93%
B = 47.98%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB36ED (or 0xCB36ED) is known color: Medium Orchid. HEX triplet: CB, 36 and ED. RGB value is (203,54,237). Sum of RGB (Red+Green+Blue) = 203+54+237=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 54 (21.48% from 255 or 10.93% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB36ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB36ED is #34C912. Grayscale: #767676. Windows color (decimal): -3459347 or 15546059. OLE color: 15546059.

HSL color Cylindrical-coordinate representation of color #CB36ED: hue angle of 288.85º 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 #CB36ED is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 54 237 -
CMYK 0.14 0.77 0 0.07
HSL 288.85º 0.84% 0.57% -
HSV(B) 288.85º 0.77% 0.93% -
XYZ 41.23 21.45 82.09 -
YUV 119.41 194.36 187.62 -
System Red Green Blue C M Y K H S L
Decimal 203 54 237 0.14 0.77 0 0.07 288.85 0.84 0.57
Hex CB 36 ED E 4D 0 7 121 54 39
Octal 313 66 355 16 115 0 7 441 124 71
Binary 11001011 110110 11101101 1110 1001101 0 111 100100001 1010100 111001

Color Harmonies of #CB36ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB36ED

Black with #CB36ED

Text Example


Text Example

White with #CB36ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB36ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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