Html Css Color HEX #CB39D5 Medium Orchid

📋 copy color: '#CB39D5'

red 203 ◦ green 57 ◦ blue 213

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

Shades of Medium Orchid #CB39D5

Tints of Medium Orchid #CB39D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 42.92%
G = 12.05%
B = 45.03%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB39D5 (or 0xCB39D5) is known color: Medium Orchid. HEX triplet: CB, 39 and D5. RGB value is (203,57,213). Sum of RGB (Red+Green+Blue) = 203+57+213=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB39D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39D5 is #34C62A. Grayscale: #757575. Windows color (decimal): -3458603 or 13973963. OLE color: 13973963.

HSL color Cylindrical-coordinate representation of color #CB39D5: hue angle of 296.15º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB39D5 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 57 213 -
CMYK 0.05 0.73 0 0.16
HSL 296.15º 0.65% 0.53% -
HSV(B) 296.15º 0.73% 0.84% -
XYZ 38.1 20.43 64.89 -
YUV 118.44 181.37 188.32 -
System Red Green Blue C M Y K H S L
Decimal 203 57 213 0.05 0.73 0 0.16 296.15 0.65 0.53
Hex CB 39 D5 5 49 0 10 128 41 35
Octal 313 71 325 5 111 0 20 450 101 65
Binary 11001011 111001 11010101 101 1001001 0 10000 100101000 1000001 110101

Color Harmonies of #CB39D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB39D5

Black with #CB39D5

Text Example


Text Example

White with #CB39D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB39D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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