Html Css Color HEX #CB37FB Medium Orchid

📋 copy color: '#CB37FB'

red 203 ◦ green 55 ◦ blue 251

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

Shades of Medium Orchid #CB37FB

Tints of Medium Orchid #CB37FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 39.88%
G = 10.81%
B = 49.31%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB37FB (or 0xCB37FB) is known color: Medium Orchid. HEX triplet: CB, 37 and FB. RGB value is (203,55,251). Sum of RGB (Red+Green+Blue) = 203+55+251=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 55 (21.88% from 255 or 10.81% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB37FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB37FB is #34C804. Grayscale: #787878. Windows color (decimal): -3459077 or 16463819. OLE color: 16463819.

HSL color Cylindrical-coordinate representation of color #CB37FB: hue angle of 285.31º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB37FB is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 55 251 -
CMYK 0.19 0.78 0 0.02
HSL 285.31º 0.96% 0.6% -
HSV(B) 285.31º 0.78% 0.98% -
XYZ 43.41 22.39 93.3 -
YUV 121.6 201.03 186.06 -
System Red Green Blue C M Y K H S L
Decimal 203 55 251 0.19 0.78 0 0.02 285.31 0.96 0.6
Hex CB 37 FB 13 4E 0 2 11D 60 3C
Octal 313 67 373 23 116 0 2 435 140 74
Binary 11001011 110111 11111011 10011 1001110 0 10 100011101 1100000 111100

Color Harmonies of #CB37FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37FB

Black with #CB37FB

Text Example


Text Example

White with #CB37FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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