Html Css Color HEX #CB51EF Medium Orchid

📋 copy color: '#CB51EF'

red 203 ◦ green 81 ◦ blue 239

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

Shades of Medium Orchid #CB51EF

Tints of Medium Orchid #CB51EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 38.81%
G = 15.49%
B = 45.7%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB51EF (or 0xCB51EF) is known color: Medium Orchid. HEX triplet: CB, 51 and EF. RGB value is (203,81,239). Sum of RGB (Red+Green+Blue) = 203+81+239=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB51EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB51EF is #34AE10. Grayscale: #868686. Windows color (decimal): -3452433 or 15684043. OLE color: 15684043.

HSL color Cylindrical-coordinate representation of color #CB51EF: hue angle of 286.33º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB51EF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 81 239 -
CMYK 0.15 0.66 0 0.06
HSL 286.33º 0.83% 0.63% -
HSV(B) 286.33º 0.66% 0.94% -
XYZ 43.15 24.81 84.18 -
YUV 135.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 203 81 239 0.15 0.66 0 0.06 286.33 0.83 0.63
Hex CB 51 EF F 42 0 6 11E 53 3F
Octal 313 121 357 17 102 0 6 436 123 77
Binary 11001011 1010001 11101111 1111 1000010 0 110 100011110 1010011 111111

Color Harmonies of #CB51EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51EF

Black with #CB51EF

Text Example


Text Example

White with #CB51EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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