Html Css Color HEX #CB51ED Medium Orchid

📋 copy color: '#CB51ED'

red 203 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #CB51ED

Tints of Medium Orchid #CB51ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 38.96%
G = 15.55%
B = 45.49%

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

#CB51ED (or 0xCB51ED) is known color: Medium Orchid. HEX triplet: CB, 51 and ED. RGB value is (203,81,237). Sum of RGB (Red+Green+Blue) = 203+81+237=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB51ED is #34AE12. Grayscale: #868686. Windows color (decimal): -3452435 or 15552971. OLE color: 15552971.

HSL color Cylindrical-coordinate representation of color #CB51ED: hue angle of 286.92º degrees, saturation: 0.81, 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 #CB51ED is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 81 237 -
CMYK 0.14 0.66 0 0.07
HSL 286.92º 0.81% 0.62% -
HSV(B) 286.92º 0.66% 0.93% -
XYZ 42.86 24.7 82.63 -
YUV 135.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 203 81 237 0.14 0.66 0 0.07 286.92 0.81 0.62
Hex CB 51 ED E 42 0 7 11F 51 3E
Octal 313 121 355 16 102 0 7 437 121 76
Binary 11001011 1010001 11101101 1110 1000010 0 111 100011111 1010001 111110

Color Harmonies of #CB51ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB51ED

Black with #CB51ED

Text Example


Text Example

White with #CB51ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB51ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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