Html Css Color HEX #CB51EC Medium Orchid

📋 copy color: '#CB51EC'

red 203 ◦ green 81 ◦ blue 236

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

Shades of Medium Orchid #CB51EC

Tints of Medium Orchid #CB51EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 39.04%
G = 15.58%
B = 45.38%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB51EC (or 0xCB51EC) is known color: Medium Orchid. HEX triplet: CB, 51 and EC. RGB value is (203,81,236). Sum of RGB (Red+Green+Blue) = 203+81+236=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB51EC is #34AE13. Grayscale: #868686. Windows color (decimal): -3452436 or 15487435. OLE color: 15487435.

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

Color convert

RGB 203 81 236 -
CMYK 0.14 0.66 0 0.07
HSL 287.23º 0.8% 0.62% -
HSV(B) 287.23º 0.66% 0.93% -
XYZ 42.71 24.64 81.86 -
YUV 135.15 184.92 176.4 -
System Red Green Blue C M Y K H S L
Decimal 203 81 236 0.14 0.66 0 0.07 287.23 0.8 0.62
Hex CB 51 EC E 42 0 7 11F 50 3E
Octal 313 121 354 16 102 0 7 437 120 76
Binary 11001011 1010001 11101100 1110 1000010 0 111 100011111 1010000 111110

Color Harmonies of #CB51EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51EC

Black with #CB51EC

Text Example


Text Example

White with #CB51EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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