Html Css Color HEX #CB39F1 Medium Orchid

📋 copy color: '#CB39F1'

red 203 ◦ green 57 ◦ blue 241

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

Shades of Medium Orchid #CB39F1

Tints of Medium Orchid #CB39F1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.38%

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

R = 40.52%
G = 11.38%
B = 48.1%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB39F1 (or 0xCB39F1) is known color: Medium Orchid. HEX triplet: CB, 39 and F1. RGB value is (203,57,241). Sum of RGB (Red+Green+Blue) = 203+57+241=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 57 (22.66% from 255 or 11.38% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB39F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB39F1 is #34C60E. Grayscale: #797979. Windows color (decimal): -3458575 or 15808971. OLE color: 15808971.

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

Color convert

RGB 203 57 241 -
CMYK 0.16 0.76 0 0.05
HSL 287.61º 0.87% 0.58% -
HSV(B) 287.61º 0.76% 0.95% -
XYZ 41.97 21.97 85.25 -
YUV 121.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 203 57 241 0.16 0.76 0 0.05 287.61 0.87 0.58
Hex CB 39 F1 10 4C 0 5 120 57 3A
Octal 313 71 361 20 114 0 5 440 127 72
Binary 11001011 111001 11110001 10000 1001100 0 101 100100000 1010111 111010

Color Harmonies of #CB39F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB39F1

Black with #CB39F1

Text Example


Text Example

White with #CB39F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB39F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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