Html Css Color HEX #CB33DC Medium Orchid

📋 copy color: '#CB33DC'

red 203 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #CB33DC

Tints of Medium Orchid #CB33DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.41%

R = 42.83%
G = 10.76%
B = 46.41%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB33DC (or 0xCB33DC) is known color: Medium Orchid. HEX triplet: CB, 33 and DC. RGB value is (203,51,220). Sum of RGB (Red+Green+Blue) = 203+51+220=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33DC is #34CC23. Grayscale: #737373. Windows color (decimal): -3460132 or 14431179. OLE color: 14431179.

HSL color Cylindrical-coordinate representation of color #CB33DC: hue angle of 293.96º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB33DC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 51 220 -
CMYK 0.08 0.77 0 0.14
HSL 293.96º 0.71% 0.53% -
HSV(B) 293.96º 0.77% 0.86% -
XYZ 38.73 20.23 69.57 -
YUV 115.71 186.86 190.26 -
System Red Green Blue C M Y K H S L
Decimal 203 51 220 0.08 0.77 0 0.14 293.96 0.71 0.53
Hex CB 33 DC 8 4D 0 E 126 47 35
Octal 313 63 334 10 115 0 16 446 107 65
Binary 11001011 110011 11011100 1000 1001101 0 1110 100100110 1000111 110101

Color Harmonies of #CB33DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB33DC

Black with #CB33DC

Text Example


Text Example

White with #CB33DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB33DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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