Html Css Color HEX #CB53DC Medium Orchid

📋 copy color: '#CB53DC'

red 203 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #CB53DC

Tints of Medium Orchid #CB53DC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.4%

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

R = 40.12%
G = 16.4%
B = 43.48%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB53DC (or 0xCB53DC) is known color: Medium Orchid. HEX triplet: CB, 53 and DC. RGB value is (203,83,220). Sum of RGB (Red+Green+Blue) = 203+83+220=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53DC is #34AC23. Grayscale: #868686. Windows color (decimal): -3451940 or 14439371. OLE color: 14439371.

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

Color convert

RGB 203 83 220 -
CMYK 0.08 0.62 0 0.14
HSL 292.55º 0.66% 0.59% -
HSV(B) 292.55º 0.62% 0.86% -
XYZ 40.64 24.05 70.21 -
YUV 134.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 203 83 220 0.08 0.62 0 0.14 292.55 0.66 0.59
Hex CB 53 DC 8 3E 0 E 125 42 3B
Octal 313 123 334 10 76 0 16 445 102 73
Binary 11001011 1010011 11011100 1000 111110 0 1110 100100101 1000010 111011

Color Harmonies of #CB53DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB53DC

Black with #CB53DC

Text Example


Text Example

White with #CB53DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB53DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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