Html Css Color HEX #CB51E0 Medium Orchid

📋 copy color: '#CB51E0'

red 203 ◦ green 81 ◦ blue 224

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

Shades of Medium Orchid #CB51E0

Tints of Medium Orchid #CB51E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.09%

R = 39.96%
G = 15.94%
B = 44.09%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB51E0 (or 0xCB51E0) is known color: Medium Orchid. HEX triplet: CB, 51 and E0. RGB value is (203,81,224). Sum of RGB (Red+Green+Blue) = 203+81+224=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 224 (87.89% from 255 or 44.09% from 508); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB51E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB51E0 is #34AE1F. Grayscale: #858585. Windows color (decimal): -3452448 or 14701003. OLE color: 14701003.

HSL color Cylindrical-coordinate representation of color #CB51E0: hue angle of 291.19º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB51E0 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 81 224 -
CMYK 0.09 0.64 0 0.12
HSL 291.19º 0.7% 0.6% -
HSV(B) 291.19º 0.64% 0.88% -
XYZ 41.03 23.96 72.98 -
YUV 133.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 203 81 224 0.09 0.64 0 0.12 291.19 0.7 0.6
Hex CB 51 E0 9 40 0 C 123 46 3C
Octal 313 121 340 11 100 0 14 443 106 74
Binary 11001011 1010001 11100000 1001 1000000 0 1100 100100011 1000110 111100

Color Harmonies of #CB51E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51E0

Black with #CB51E0

Text Example


Text Example

White with #CB51E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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