Html Css Color HEX #CB30E0 Medium Orchid

📋 copy color: '#CB30E0'

red 203 ◦ green 48 ◦ blue 224

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

Shades of Medium Orchid #CB30E0

Tints of Medium Orchid #CB30E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 42.74%
G = 10.11%
B = 47.16%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB30E0 (or 0xCB30E0) is known color: Medium Orchid. HEX triplet: CB, 30 and E0. RGB value is (203,48,224). Sum of RGB (Red+Green+Blue) = 203+48+224=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB30E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB30E0 is #34CF1F. Grayscale: #717171. Windows color (decimal): -3460896 or 14692555. OLE color: 14692555.

HSL color Cylindrical-coordinate representation of color #CB30E0: hue angle of 292.84º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB30E0 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 48 224 -
CMYK 0.09 0.79 0 0.12
HSL 292.84º 0.74% 0.53% -
HSV(B) 292.84º 0.79% 0.88% -
XYZ 39.14 20.19 72.36 -
YUV 114.41 189.85 191.19 -
System Red Green Blue C M Y K H S L
Decimal 203 48 224 0.09 0.79 0 0.12 292.84 0.74 0.53
Hex CB 30 E0 9 4F 0 C 125 4A 35
Octal 313 60 340 11 117 0 14 445 112 65
Binary 11001011 110000 11100000 1001 1001111 0 1100 100100101 1001010 110101

Color Harmonies of #CB30E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30E0

Black with #CB30E0

Text Example


Text Example

White with #CB30E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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