Html Css Color HEX #CB50EA Medium Orchid

📋 copy color: '#CB50EA'

red 203 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #CB50EA

Tints of Medium Orchid #CB50EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 39.26%
G = 15.47%
B = 45.26%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB50EA (or 0xCB50EA) is known color: Medium Orchid. HEX triplet: CB, 50 and EA. RGB value is (203,80,234). Sum of RGB (Red+Green+Blue) = 203+80+234=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 80 (31.64% from 255 or 15.47% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB50EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB50EA is #34AF15. Grayscale: #858585. Windows color (decimal): -3452694 or 15356107. OLE color: 15356107.

HSL color Cylindrical-coordinate representation of color #CB50EA: hue angle of 287.92º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB50EA is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 80 234 -
CMYK 0.13 0.66 0 0.08
HSL 287.92º 0.79% 0.62% -
HSV(B) 287.92º 0.66% 0.92% -
XYZ 42.35 24.37 80.31 -
YUV 134.33 184.25 176.98 -
System Red Green Blue C M Y K H S L
Decimal 203 80 234 0.13 0.66 0 0.08 287.92 0.79 0.62
Hex CB 50 EA D 42 0 8 120 4F 3E
Octal 313 120 352 15 102 0 10 440 117 76
Binary 11001011 1010000 11101010 1101 1000010 0 1000 100100000 1001111 111110

Color Harmonies of #CB50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB50EA

Black with #CB50EA

Text Example


Text Example

White with #CB50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB50EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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