Html Css Color HEX #CB37DF Medium Orchid

📋 copy color: '#CB37DF'

red 203 ◦ green 55 ◦ blue 223

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

Shades of Medium Orchid #CB37DF

Tints of Medium Orchid #CB37DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 42.2%
G = 11.43%
B = 46.36%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB37DF (or 0xCB37DF) is known color: Medium Orchid. HEX triplet: CB, 37 and DF. RGB value is (203,55,223). Sum of RGB (Red+Green+Blue) = 203+55+223=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 55 (21.88% from 255 or 11.43% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB37DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB37DF is #34C820. Grayscale: #757575. Windows color (decimal): -3459105 or 14628811. OLE color: 14628811.

HSL color Cylindrical-coordinate representation of color #CB37DF: hue angle of 292.86º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB37DF is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 55 223 -
CMYK 0.09 0.75 0 0.13
HSL 292.86º 0.72% 0.55% -
HSV(B) 292.86º 0.75% 0.87% -
XYZ 39.31 20.76 71.75 -
YUV 118.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 203 55 223 0.09 0.75 0 0.13 292.86 0.72 0.55
Hex CB 37 DF 9 4B 0 D 125 48 37
Octal 313 67 337 11 113 0 15 445 110 67
Binary 11001011 110111 11011111 1001 1001011 0 1101 100100101 1001000 110111

Color Harmonies of #CB37DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37DF

Black with #CB37DF

Text Example


Text Example

White with #CB37DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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