Html Css Color HEX #CB30E9 Medium Orchid

📋 copy color: '#CB30E9'

red 203 ◦ green 48 ◦ blue 233

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

Shades of Medium Orchid #CB30E9

Tints of Medium Orchid #CB30E9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.92%

 BLUE value IS 233 (91.41% from 255) = 48.14%

R = 41.94%
G = 9.92%
B = 48.14%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB30E9 (or 0xCB30E9) is known color: Medium Orchid. HEX triplet: CB, 30 and E9. RGB value is (203,48,233). Sum of RGB (Red+Green+Blue) = 203+48+233=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB30E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30E9 is #34CF16. Grayscale: #727272. Windows color (decimal): -3460887 or 15282379. OLE color: 15282379.

HSL color Cylindrical-coordinate representation of color #CB30E9: hue angle of 290.27º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB30E9 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 48 233 -
CMYK 0.13 0.79 0 0.09
HSL 290.27º 0.81% 0.55% -
HSV(B) 290.27º 0.79% 0.91% -
XYZ 40.39 20.69 78.96 -
YUV 115.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 203 48 233 0.13 0.79 0 0.09 290.27 0.81 0.55
Hex CB 30 E9 D 4F 0 9 122 51 37
Octal 313 60 351 15 117 0 11 442 121 67
Binary 11001011 110000 11101001 1101 1001111 0 1001 100100010 1010001 110111

Color Harmonies of #CB30E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30E9

Black with #CB30E9

Text Example


Text Example

White with #CB30E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30E9; }

 p { color: rgb(203,48,233); }

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

background-color css

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

 a { background-color: rgb(203,48,233); }

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

border-color css

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

 span { border-color: rgb(203,48,233); }

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