Html Css Color HEX #CB33EF Medium Orchid

📋 copy color: '#CB33EF'

red 203 ◦ green 51 ◦ blue 239

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

Shades of Medium Orchid #CB33EF

Tints of Medium Orchid #CB33EF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.34%

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

R = 41.18%
G = 10.34%
B = 48.48%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB33EF (or 0xCB33EF) is known color: Medium Orchid. HEX triplet: CB, 33 and EF. RGB value is (203,51,239). Sum of RGB (Red+Green+Blue) = 203+51+239=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB33EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33EF is #34CC10. Grayscale: #757575. Windows color (decimal): -3460113 or 15676363. OLE color: 15676363.

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

Color convert

RGB 203 51 239 -
CMYK 0.15 0.79 0 0.06
HSL 288.51º 0.85% 0.57% -
HSV(B) 288.51º 0.79% 0.94% -
XYZ 41.39 21.3 83.59 -
YUV 117.88 196.36 188.71 -
System Red Green Blue C M Y K H S L
Decimal 203 51 239 0.15 0.79 0 0.06 288.51 0.85 0.57
Hex CB 33 EF F 4F 0 6 121 55 39
Octal 313 63 357 17 117 0 6 441 125 71
Binary 11001011 110011 11101111 1111 1001111 0 110 100100001 1010101 111001

Color Harmonies of #CB33EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB33EF

Black with #CB33EF

Text Example


Text Example

White with #CB33EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB33EF; }

 p { color: rgb(203,51,239); }

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

background-color css

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

 a { background-color: rgb(203,51,239); }

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

border-color css

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

 span { border-color: rgb(203,51,239); }

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