Html Css Color HEX #CB36E0 Medium Orchid

📋 copy color: '#CB36E0'

red 203 ◦ green 54 ◦ blue 224

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

Shades of Medium Orchid #CB36E0

Tints of Medium Orchid #CB36E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.57%

R = 42.2%
G = 11.23%
B = 46.57%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB36E0 (or 0xCB36E0) is known color: Medium Orchid. HEX triplet: CB, 36 and E0. RGB value is (203,54,224). Sum of RGB (Red+Green+Blue) = 203+54+224=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 54 (21.48% from 255 or 11.23% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB36E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB36E0 is #34C91F. Grayscale: #757575. Windows color (decimal): -3459360 or 14694091. OLE color: 14694091.

HSL color Cylindrical-coordinate representation of color #CB36E0: hue angle of 292.59º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB36E0 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 54 224 -
CMYK 0.09 0.76 0 0.12
HSL 292.59º 0.73% 0.55% -
HSV(B) 292.59º 0.76% 0.88% -
XYZ 39.4 20.72 72.44 -
YUV 117.93 187.86 188.68 -
System Red Green Blue C M Y K H S L
Decimal 203 54 224 0.09 0.76 0 0.12 292.59 0.73 0.55
Hex CB 36 E0 9 4C 0 C 125 49 37
Octal 313 66 340 11 114 0 14 445 111 67
Binary 11001011 110110 11100000 1001 1001100 0 1100 100100101 1001001 110111

Color Harmonies of #CB36E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB36E0

Black with #CB36E0

Text Example


Text Example

White with #CB36E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB36E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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