Html Css Color HEX #CB50EE Medium Orchid

📋 copy color: '#CB50EE'

red 203 ◦ green 80 ◦ blue 238

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

Shades of Medium Orchid #CB50EE

Tints of Medium Orchid #CB50EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.36%

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 38.96%
G = 15.36%
B = 45.68%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB50EE (or 0xCB50EE) is known color: Medium Orchid. HEX triplet: CB, 50 and EE. RGB value is (203,80,238). Sum of RGB (Red+Green+Blue) = 203+80+238=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB50EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB50EE is #34AF11. Grayscale: #868686. Windows color (decimal): -3452690 or 15618251. OLE color: 15618251.

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

Color convert

RGB 203 80 238 -
CMYK 0.15 0.66 0 0.07
HSL 286.71º 0.82% 0.62% -
HSV(B) 286.71º 0.66% 0.93% -
XYZ 42.93 24.61 83.38 -
YUV 134.79 186.25 176.65 -
System Red Green Blue C M Y K H S L
Decimal 203 80 238 0.15 0.66 0 0.07 286.71 0.82 0.62
Hex CB 50 EE F 42 0 7 11F 52 3E
Octal 313 120 356 17 102 0 7 437 122 76
Binary 11001011 1010000 11101110 1111 1000010 0 111 100011111 1010010 111110

Color Harmonies of #CB50EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB50EE

Black with #CB50EE

Text Example


Text Example

White with #CB50EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB50EE; }

 p { color: rgb(203,80,238); }

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

background-color css

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

 a { background-color: rgb(203,80,238); }

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

border-color css

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

 span { border-color: rgb(203,80,238); }

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