Html Css Color HEX #CB39DC Medium Orchid

📋 copy color: '#CB39DC'

red 203 ◦ green 57 ◦ blue 220

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

Shades of Medium Orchid #CB39DC

Tints of Medium Orchid #CB39DC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.88%

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

R = 42.29%
G = 11.88%
B = 45.83%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB39DC (or 0xCB39DC) is known color: Medium Orchid. HEX triplet: CB, 39 and DC. RGB value is (203,57,220). Sum of RGB (Red+Green+Blue) = 203+57+220=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 57 (22.66% from 255 or 11.88% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB39DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39DC is #34C623. Grayscale: #767676. Windows color (decimal): -3458596 or 14432715. OLE color: 14432715.

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

Color convert

RGB 203 57 220 -
CMYK 0.08 0.74 0 0.14
HSL 293.74º 0.7% 0.54% -
HSV(B) 293.74º 0.74% 0.86% -
XYZ 39.01 20.79 69.67 -
YUV 119.24 184.87 187.75 -
System Red Green Blue C M Y K H S L
Decimal 203 57 220 0.08 0.74 0 0.14 293.74 0.7 0.54
Hex CB 39 DC 8 4A 0 E 126 46 36
Octal 313 71 334 10 112 0 16 446 106 66
Binary 11001011 111001 11011100 1000 1001010 0 1110 100100110 1000110 110110

Color Harmonies of #CB39DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB39DC

Black with #CB39DC

Text Example


Text Example

White with #CB39DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB39DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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