Html Css Color HEX #CB30EF Medium Orchid

📋 copy color: '#CB30EF'

red 203 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #CB30EF

Tints of Medium Orchid #CB30EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.78%

R = 41.43%
G = 9.8%
B = 48.78%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB30EF (or 0xCB30EF) is known color: Medium Orchid. HEX triplet: CB, 30 and EF. RGB value is (203,48,239). Sum of RGB (Red+Green+Blue) = 203+48+239=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 239 (93.75% from 255 or 48.78% from 490); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30EF is #34CF10. Grayscale: #737373. Windows color (decimal): -3460881 or 15675595. OLE color: 15675595.

HSL color Cylindrical-coordinate representation of color #CB30EF: hue angle of 288.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB30EF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 48 239 -
CMYK 0.15 0.80 0 0.06
HSL 288.69º 0.86% 0.56% -
HSV(B) 288.69º 0.8% 0.94% -
XYZ 41.27 21.04 83.55 -
YUV 116.12 197.35 189.97 -
System Red Green Blue C M Y K H S L
Decimal 203 48 239 0.15 0.80 0 0.06 288.69 0.86 0.56
Hex CB 30 EF F 50 0 6 121 56 38
Octal 313 60 357 17 120 0 6 441 126 70
Binary 11001011 110000 11101111 1111 1010000 0 110 100100001 1010110 111000

Color Harmonies of #CB30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30EF

Black with #CB30EF

Text Example


Text Example

White with #CB30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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