Html Css Color HEX #CB51DC Medium Orchid

📋 copy color: '#CB51DC'

red 203 ◦ green 81 ◦ blue 220

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

Shades of Medium Orchid #CB51DC

Tints of Medium Orchid #CB51DC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.07%

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

R = 40.28%
G = 16.07%
B = 43.65%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB51DC (or 0xCB51DC) is known color: Medium Orchid. HEX triplet: CB, 51 and DC. RGB value is (203,81,220). Sum of RGB (Red+Green+Blue) = 203+81+220=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51DC is #34AE23. Grayscale: #848484. Windows color (decimal): -3452452 or 14438859. OLE color: 14438859.

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

Color convert

RGB 203 81 220 -
CMYK 0.08 0.63 0 0.14
HSL 292.66º 0.67% 0.59% -
HSV(B) 292.66º 0.63% 0.86% -
XYZ 40.49 23.75 70.16 -
YUV 133.32 176.92 177.7 -
System Red Green Blue C M Y K H S L
Decimal 203 81 220 0.08 0.63 0 0.14 292.66 0.67 0.59
Hex CB 51 DC 8 3F 0 E 125 43 3B
Octal 313 121 334 10 77 0 16 445 103 73
Binary 11001011 1010001 11011100 1000 111111 0 1110 100100101 1000011 111011

Color Harmonies of #CB51DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51DC

Black with #CB51DC

Text Example


Text Example

White with #CB51DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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