Html Css Color HEX #CB33E5 Medium Orchid

📋 copy color: '#CB33E5'

red 203 ◦ green 51 ◦ blue 229

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

Shades of Medium Orchid #CB33E5

Tints of Medium Orchid #CB33E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.41%

R = 42.03%
G = 10.56%
B = 47.41%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB33E5 (or 0xCB33E5) is known color: Medium Orchid. HEX triplet: CB, 33 and E5. RGB value is (203,51,229). Sum of RGB (Red+Green+Blue) = 203+51+229=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB33E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33E5 is #34CC1A. Grayscale: #747474. Windows color (decimal): -3460123 or 15021003. OLE color: 15021003.

HSL color Cylindrical-coordinate representation of color #CB33E5: hue angle of 291.24º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB33E5 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 51 229 -
CMYK 0.11 0.78 0 0.10
HSL 291.24º 0.77% 0.55% -
HSV(B) 291.24º 0.78% 0.9% -
XYZ 39.96 20.72 76.02 -
YUV 116.74 191.36 189.53 -
System Red Green Blue C M Y K H S L
Decimal 203 51 229 0.11 0.78 0 0.10 291.24 0.77 0.55
Hex CB 33 E5 B 4E 0 A 123 4D 37
Octal 313 63 345 13 116 0 12 443 115 67
Binary 11001011 110011 11100101 1011 1001110 0 1010 100100011 1001101 110111

Color Harmonies of #CB33E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB33E5

Black with #CB33E5

Text Example


Text Example

White with #CB33E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB33E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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