Html Css Color HEX #CB3BDC Medium Orchid

📋 copy color: '#CB3BDC'

red 203 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #CB3BDC

Tints of Medium Orchid #CB3BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.24%

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

R = 42.12%
G = 12.24%
B = 45.64%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB3BDC (or 0xCB3BDC) is known color: Medium Orchid. HEX triplet: CB, 3B and DC. RGB value is (203,59,220). Sum of RGB (Red+Green+Blue) = 203+59+220=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 59 (23.44% from 255 or 12.24% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3BDC is #34C423. Grayscale: #777777. Windows color (decimal): -3458084 or 14433227. OLE color: 14433227.

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

Color convert

RGB 203 59 220 -
CMYK 0.08 0.73 0 0.14
HSL 293.66º 0.7% 0.55% -
HSV(B) 293.66º 0.73% 0.86% -
XYZ 39.11 20.99 69.7 -
YUV 120.41 184.21 186.91 -
System Red Green Blue C M Y K H S L
Decimal 203 59 220 0.08 0.73 0 0.14 293.66 0.7 0.55
Hex CB 3B DC 8 49 0 E 126 46 37
Octal 313 73 334 10 111 0 16 446 106 67
Binary 11001011 111011 11011100 1000 1001001 0 1110 100100110 1000110 110111

Color Harmonies of #CB3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3BDC

Black with #CB3BDC

Text Example


Text Example

White with #CB3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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