Html Css Color HEX #CB32DE Medium Orchid

📋 copy color: '#CB32DE'

red 203 ◦ green 50 ◦ blue 222

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

Shades of Medium Orchid #CB32DE

Tints of Medium Orchid #CB32DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 42.74%
G = 10.53%
B = 46.74%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB32DE (or 0xCB32DE) is known color: Medium Orchid. HEX triplet: CB, 32 and DE. RGB value is (203,50,222). Sum of RGB (Red+Green+Blue) = 203+50+222=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB32DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB32DE is #34CD21. Grayscale: #727272. Windows color (decimal): -3460386 or 14561995. OLE color: 14561995.

HSL color Cylindrical-coordinate representation of color #CB32DE: hue angle of 293.37º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB32DE is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 50 222 -
CMYK 0.09 0.77 0 0.13
HSL 293.37º 0.72% 0.53% -
HSV(B) 293.37º 0.77% 0.87% -
XYZ 38.95 20.25 70.96 -
YUV 115.36 188.19 190.51 -
System Red Green Blue C M Y K H S L
Decimal 203 50 222 0.09 0.77 0 0.13 293.37 0.72 0.53
Hex CB 32 DE 9 4D 0 D 125 48 35
Octal 313 62 336 11 115 0 15 445 110 65
Binary 11001011 110010 11011110 1001 1001101 0 1101 100100101 1001000 110101

Color Harmonies of #CB32DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB32DE

Black with #CB32DE

Text Example


Text Example

White with #CB32DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB32DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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