Html Css Color HEX #CB33E0 Medium Orchid

📋 copy color: '#CB33E0'

red 203 ◦ green 51 ◦ blue 224

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

Shades of Medium Orchid #CB33E0

Tints of Medium Orchid #CB33E0

RGB

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

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

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

R = 42.47%
G = 10.67%
B = 46.86%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB33E0 (or 0xCB33E0) is known color: Medium Orchid. HEX triplet: CB, 33 and E0. RGB value is (203,51,224). Sum of RGB (Red+Green+Blue) = 203+51+224=478 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.47% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB33E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33E0 is #34CC1F. Grayscale: #737373. Windows color (decimal): -3460128 or 14693323. OLE color: 14693323.

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

Color convert

RGB 203 51 224 -
CMYK 0.09 0.77 0 0.12
HSL 292.72º 0.74% 0.54% -
HSV(B) 292.72º 0.77% 0.88% -
XYZ 39.27 20.45 72.4 -
YUV 116.17 188.86 189.93 -
System Red Green Blue C M Y K H S L
Decimal 203 51 224 0.09 0.77 0 0.12 292.72 0.74 0.54
Hex CB 33 E0 9 4D 0 C 125 4A 36
Octal 313 63 340 11 115 0 14 445 112 66
Binary 11001011 110011 11100000 1001 1001101 0 1100 100100101 1001010 110110

Color Harmonies of #CB33E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB33E0

Black with #CB33E0

Text Example


Text Example

White with #CB33E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB33E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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