Html Css Color HEX #CB30F1 Medium Orchid

📋 copy color: '#CB30F1'

red 203 ◦ green 48 ◦ blue 241

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

Shades of Medium Orchid #CB30F1

Tints of Medium Orchid #CB30F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 41.26%
G = 9.76%
B = 48.98%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB30F1 (or 0xCB30F1) is known color: Medium Orchid. HEX triplet: CB, 30 and F1. RGB value is (203,48,241). Sum of RGB (Red+Green+Blue) = 203+48+241=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB30F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB30F1 is #34CF0E. Grayscale: #737373. Windows color (decimal): -3460879 or 15806667. OLE color: 15806667.

HSL color Cylindrical-coordinate representation of color #CB30F1: hue angle of 288.19º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB30F1 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 48 241 -
CMYK 0.16 0.80 0 0.05
HSL 288.19º 0.87% 0.57% -
HSV(B) 288.19º 0.8% 0.95% -
XYZ 41.56 21.16 85.11 -
YUV 116.35 198.35 189.81 -
System Red Green Blue C M Y K H S L
Decimal 203 48 241 0.16 0.80 0 0.05 288.19 0.87 0.57
Hex CB 30 F1 10 50 0 5 120 57 39
Octal 313 60 361 20 120 0 5 440 127 71
Binary 11001011 110000 11110001 10000 1010000 0 101 100100000 1010111 111001

Color Harmonies of #CB30F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB30F1

Black with #CB30F1

Text Example


Text Example

White with #CB30F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB30F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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