Html Css Color HEX #CB32EE Medium Orchid

📋 copy color: '#CB32EE'

red 203 ◦ green 50 ◦ blue 238

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

Shades of Medium Orchid #CB32EE

Tints of Medium Orchid #CB32EE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.18%

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 41.34%
G = 10.18%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB32EE (or 0xCB32EE) is known color: Medium Orchid. HEX triplet: CB, 32 and EE. RGB value is (203,50,238). Sum of RGB (Red+Green+Blue) = 203+50+238=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 50 (19.92% from 255 or 10.18% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB32EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB32EE is #34CD11. Grayscale: #747474. Windows color (decimal): -3460370 or 15610571. OLE color: 15610571.

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

Color convert

RGB 203 50 238 -
CMYK 0.15 0.79 0 0.07
HSL 288.83º 0.85% 0.56% -
HSV(B) 288.83º 0.79% 0.93% -
XYZ 41.2 21.15 82.8 -
YUV 117.18 196.19 189.21 -
System Red Green Blue C M Y K H S L
Decimal 203 50 238 0.15 0.79 0 0.07 288.83 0.85 0.56
Hex CB 32 EE F 4F 0 7 121 55 38
Octal 313 62 356 17 117 0 7 441 125 70
Binary 11001011 110010 11101110 1111 1001111 0 111 100100001 1010101 111000

Color Harmonies of #CB32EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB32EE

Black with #CB32EE

Text Example


Text Example

White with #CB32EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB32EE; }

 p { color: rgb(203,50,238); }

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

background-color css

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

 a { background-color: rgb(203,50,238); }

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

border-color css

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

 span { border-color: rgb(203,50,238); }

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