Html Css Color HEX #CB39ED Medium Orchid

📋 copy color: '#CB39ED'

red 203 ◦ green 57 ◦ blue 237

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

Shades of Medium Orchid #CB39ED

Tints of Medium Orchid #CB39ED

RGB

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

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

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

R = 40.85%
G = 11.47%
B = 47.69%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB39ED (or 0xCB39ED) is known color: Medium Orchid. HEX triplet: CB, 39 and ED. RGB value is (203,57,237). Sum of RGB (Red+Green+Blue) = 203+57+237=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 57 (22.66% from 255 or 11.47% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB39ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB39ED is #34C612. Grayscale: #787878. Windows color (decimal): -3458579 or 15546827. OLE color: 15546827.

HSL color Cylindrical-coordinate representation of color #CB39ED: hue angle of 288.67º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB39ED is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 57 237 -
CMYK 0.14 0.76 0 0.07
HSL 288.67º 0.83% 0.58% -
HSV(B) 288.67º 0.76% 0.93% -
XYZ 41.38 21.74 82.14 -
YUV 121.17 193.37 186.36 -
System Red Green Blue C M Y K H S L
Decimal 203 57 237 0.14 0.76 0 0.07 288.67 0.83 0.58
Hex CB 39 ED E 4C 0 7 121 53 3A
Octal 313 71 355 16 114 0 7 441 123 72
Binary 11001011 111001 11101101 1110 1001100 0 111 100100001 1010011 111010

Color Harmonies of #CB39ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB39ED

Black with #CB39ED

Text Example


Text Example

White with #CB39ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB39ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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