Html Css Color HEX #CB39D9 Medium Orchid

📋 copy color: '#CB39D9'

red 203 ◦ green 57 ◦ blue 217

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

Shades of Medium Orchid #CB39D9

Tints of Medium Orchid #CB39D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.49%

R = 42.56%
G = 11.95%
B = 45.49%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB39D9 (or 0xCB39D9) is known color: Medium Orchid. HEX triplet: CB, 39 and D9. RGB value is (203,57,217). Sum of RGB (Red+Green+Blue) = 203+57+217=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB39D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB39D9 is #34C626. Grayscale: #767676. Windows color (decimal): -3458599 or 14236107. OLE color: 14236107.

HSL color Cylindrical-coordinate representation of color #CB39D9: hue angle of 294.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB39D9 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 57 217 -
CMYK 0.06 0.74 0 0.15
HSL 294.75º 0.68% 0.54% -
HSV(B) 294.75º 0.74% 0.85% -
XYZ 38.62 20.63 67.59 -
YUV 118.89 183.37 187.99 -
System Red Green Blue C M Y K H S L
Decimal 203 57 217 0.06 0.74 0 0.15 294.75 0.68 0.54
Hex CB 39 D9 6 4A 0 F 127 44 36
Octal 313 71 331 6 112 0 17 447 104 66
Binary 11001011 111001 11011001 110 1001010 0 1111 100100111 1000100 110110

Color Harmonies of #CB39D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB39D9

Black with #CB39D9

Text Example


Text Example

White with #CB39D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB39D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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