Html Css Color HEX #CB37F6 Medium Orchid

📋 copy color: '#CB37F6'

red 203 ◦ green 55 ◦ blue 246

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

Shades of Medium Orchid #CB37F6

Tints of Medium Orchid #CB37F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.81%

R = 40.28%
G = 10.91%
B = 48.81%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CB37F6 (or 0xCB37F6) is known color: Medium Orchid. HEX triplet: CB, 37 and F6. RGB value is (203,55,246). Sum of RGB (Red+Green+Blue) = 203+55+246=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 55 (21.88% from 255 or 10.91% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB37F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB37F6 is #34C809. Grayscale: #787878. Windows color (decimal): -3459082 or 16136139. OLE color: 16136139.

HSL color Cylindrical-coordinate representation of color #CB37F6: hue angle of 286.49º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB37F6 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 55 246 -
CMYK 0.17 0.78 0 0.04
HSL 286.49º 0.91% 0.59% -
HSV(B) 286.49º 0.78% 0.96% -
XYZ 42.63 22.08 89.2 -
YUV 121.03 198.53 186.47 -
System Red Green Blue C M Y K H S L
Decimal 203 55 246 0.17 0.78 0 0.04 286.49 0.91 0.59
Hex CB 37 F6 11 4E 0 4 11E 5B 3B
Octal 313 67 366 21 116 0 4 436 133 73
Binary 11001011 110111 11110110 10001 1001110 0 100 100011110 1011011 111011

Color Harmonies of #CB37F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37F6

Black with #CB37F6

Text Example


Text Example

White with #CB37F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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