Html Css Color HEX #CB56F1 Medium Orchid

📋 copy color: '#CB56F1'

red 203 ◦ green 86 ◦ blue 241

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

Shades of Medium Orchid #CB56F1

Tints of Medium Orchid #CB56F1

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.23%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 38.3%
G = 16.23%
B = 45.47%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB56F1 (or 0xCB56F1) is known color: Medium Orchid. HEX triplet: CB, 56 and F1. RGB value is (203,86,241). Sum of RGB (Red+Green+Blue) = 203+86+241=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB56F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB56F1 is #34A90E. Grayscale: #8A8A8A. Windows color (decimal): -3451151 or 15816395. OLE color: 15816395.

HSL color Cylindrical-coordinate representation of color #CB56F1: hue angle of 285.29º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB56F1 is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 86 241 -
CMYK 0.16 0.64 0 0.05
HSL 285.29º 0.85% 0.64% -
HSV(B) 285.29º 0.64% 0.95% -
XYZ 43.83 25.7 85.87 -
YUV 138.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 203 86 241 0.16 0.64 0 0.05 285.29 0.85 0.64
Hex CB 56 F1 10 40 0 5 11D 55 40
Octal 313 126 361 20 100 0 5 435 125 100
Binary 11001011 1010110 11110001 10000 1000000 0 101 100011101 1010101 1000000

Color Harmonies of #CB56F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB56F1

Black with #CB56F1

Text Example


Text Example

White with #CB56F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB56F1; }

 p { color: rgb(203,86,241); }

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

background-color css

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

 a { background-color: rgb(203,86,241); }

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

border-color css

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

 span { border-color: rgb(203,86,241); }

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