Html Css Color HEX #CB37FC Medium Orchid

📋 copy color: '#CB37FC'

red 203 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #CB37FC

Tints of Medium Orchid #CB37FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.41%

R = 39.8%
G = 10.78%
B = 49.41%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB37FC (or 0xCB37FC) is known color: Medium Orchid. HEX triplet: CB, 37 and FC. RGB value is (203,55,252). Sum of RGB (Red+Green+Blue) = 203+55+252=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB37FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB37FC is #34C803. Grayscale: #797979. Windows color (decimal): -3459076 or 16529355. OLE color: 16529355.

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

Color convert

RGB 203 55 252 -
CMYK 0.19 0.78 0 0.01
HSL 285.08º 0.97% 0.6% -
HSV(B) 285.08º 0.78% 0.99% -
XYZ 43.57 22.46 94.13 -
YUV 121.71 201.53 185.98 -
System Red Green Blue C M Y K H S L
Decimal 203 55 252 0.19 0.78 0 0.01 285.08 0.97 0.6
Hex CB 37 FC 13 4E 0 1 11D 61 3C
Octal 313 67 374 23 116 0 1 435 141 74
Binary 11001011 110111 11111100 10011 1001110 0 1 100011101 1100001 111100

Color Harmonies of #CB37FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB37FC

Black with #CB37FC

Text Example


Text Example

White with #CB37FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB37FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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