Html Css Color HEX #CB37D9 Medium Orchid

📋 copy color: '#CB37D9'

red 203 ◦ green 55 ◦ blue 217

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

Shades of Medium Orchid #CB37D9

Tints of Medium Orchid #CB37D9

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.58%

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

R = 42.74%
G = 11.58%
B = 45.68%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB37D9 (or 0xCB37D9) is known color: Medium Orchid. HEX triplet: CB, 37 and D9. RGB value is (203,55,217). Sum of RGB (Red+Green+Blue) = 203+55+217=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB37D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37D9 is #34C826. Grayscale: #757575. Windows color (decimal): -3459111 or 14235595. OLE color: 14235595.

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

Color convert

RGB 203 55 217 -
CMYK 0.06 0.75 0 0.15
HSL 294.81º 0.68% 0.53% -
HSV(B) 294.81º 0.75% 0.85% -
XYZ 38.52 20.44 67.56 -
YUV 117.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 203 55 217 0.06 0.75 0 0.15 294.81 0.68 0.53
Hex CB 37 D9 6 4B 0 F 127 44 35
Octal 313 67 331 6 113 0 17 447 104 65
Binary 11001011 110111 11011001 110 1001011 0 1111 100100111 1000100 110101

Color Harmonies of #CB37D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37D9

Black with #CB37D9

Text Example


Text Example

White with #CB37D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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