Html Css Color HEX #CB33ED Medium Orchid

📋 copy color: '#CB33ED'

red 203 ◦ green 51 ◦ blue 237

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

Shades of Medium Orchid #CB33ED

Tints of Medium Orchid #CB33ED

RGB

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

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

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

R = 41.34%
G = 10.39%
B = 48.27%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB33ED (or 0xCB33ED) is known color: Medium Orchid. HEX triplet: CB, 33 and ED. RGB value is (203,51,237). Sum of RGB (Red+Green+Blue) = 203+51+237=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33ED is #34CC12. Grayscale: #757575. Windows color (decimal): -3460115 or 15545291. OLE color: 15545291.

HSL color Cylindrical-coordinate representation of color #CB33ED: hue angle of 289.03º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB33ED is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 51 237 -
CMYK 0.14 0.78 0 0.07
HSL 289.03º 0.84% 0.56% -
HSV(B) 289.03º 0.78% 0.93% -
XYZ 41.1 21.18 82.04 -
YUV 117.65 195.36 188.88 -
System Red Green Blue C M Y K H S L
Decimal 203 51 237 0.14 0.78 0 0.07 289.03 0.84 0.56
Hex CB 33 ED E 4E 0 7 121 54 38
Octal 313 63 355 16 116 0 7 441 124 70
Binary 11001011 110011 11101101 1110 1001110 0 111 100100001 1010100 111000

Color Harmonies of #CB33ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB33ED

Black with #CB33ED

Text Example


Text Example

White with #CB33ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB33ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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