Html Css Color HEX #CB30EB Medium Orchid

📋 copy color: '#CB30EB'

red 203 ◦ green 48 ◦ blue 235

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

Shades of Medium Orchid #CB30EB

Tints of Medium Orchid #CB30EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 41.77%
G = 9.88%
B = 48.35%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB30EB (or 0xCB30EB) is known color: Medium Orchid. HEX triplet: CB, 30 and EB. RGB value is (203,48,235). Sum of RGB (Red+Green+Blue) = 203+48+235=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB30EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30EB is #34CF14. Grayscale: #737373. Windows color (decimal): -3460885 or 15413451. OLE color: 15413451.

HSL color Cylindrical-coordinate representation of color #CB30EB: hue angle of 289.73º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB30EB is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 48 235 -
CMYK 0.14 0.80 0 0.08
HSL 289.73º 0.82% 0.55% -
HSV(B) 289.73º 0.8% 0.92% -
XYZ 40.68 20.81 80.47 -
YUV 115.66 195.35 190.29 -
System Red Green Blue C M Y K H S L
Decimal 203 48 235 0.14 0.80 0 0.08 289.73 0.82 0.55
Hex CB 30 EB E 50 0 8 122 52 37
Octal 313 60 353 16 120 0 10 442 122 67
Binary 11001011 110000 11101011 1110 1010000 0 1000 100100010 1010010 110111

Color Harmonies of #CB30EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30EB

Black with #CB30EB

Text Example


Text Example

White with #CB30EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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