Html Css Color HEX #CB30ED Medium Orchid

📋 copy color: '#CB30ED'

red 203 ◦ green 48 ◦ blue 237

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

Shades of Medium Orchid #CB30ED

Tints of Medium Orchid #CB30ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.57%

R = 41.6%
G = 9.84%
B = 48.57%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB30ED (or 0xCB30ED) is known color: Medium Orchid. HEX triplet: CB, 30 and ED. RGB value is (203,48,237). Sum of RGB (Red+Green+Blue) = 203+48+237=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 48 (19.14% from 255 or 9.84% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30ED is #34CF12. Grayscale: #737373. Windows color (decimal): -3460883 or 15544523. OLE color: 15544523.

HSL color Cylindrical-coordinate representation of color #CB30ED: hue angle of 289.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB30ED is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 48 237 -
CMYK 0.14 0.80 0 0.07
HSL 289.21º 0.84% 0.56% -
HSV(B) 289.21º 0.8% 0.93% -
XYZ 40.97 20.92 82 -
YUV 115.89 196.35 190.13 -
System Red Green Blue C M Y K H S L
Decimal 203 48 237 0.14 0.80 0 0.07 289.21 0.84 0.56
Hex CB 30 ED E 50 0 7 121 54 38
Octal 313 60 355 16 120 0 7 441 124 70
Binary 11001011 110000 11101101 1110 1010000 0 111 100100001 1010100 111000

Color Harmonies of #CB30ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30ED

Black with #CB30ED

Text Example


Text Example

White with #CB30ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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