Html Css Color HEX #CB4DF1 Medium Orchid

📋 copy color: '#CB4DF1'

red 203 ◦ green 77 ◦ blue 241

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

Shades of Medium Orchid #CB4DF1

Tints of Medium Orchid #CB4DF1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.78%

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

R = 38.96%
G = 14.78%
B = 46.26%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CB4DF1 (or 0xCB4DF1) is known color: Medium Orchid. HEX triplet: CB, 4D and F1. RGB value is (203,77,241). Sum of RGB (Red+Green+Blue) = 203+77+241=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB4DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4DF1 is #34B20E. Grayscale: #848484. Windows color (decimal): -3453455 or 15814091. OLE color: 15814091.

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

Color convert

RGB 203 77 241 -
CMYK 0.16 0.68 0 0.05
HSL 286.1º 0.85% 0.62% -
HSV(B) 286.1º 0.68% 0.95% -
XYZ 43.16 24.36 85.65 -
YUV 133.37 188.74 177.66 -
System Red Green Blue C M Y K H S L
Decimal 203 77 241 0.16 0.68 0 0.05 286.1 0.85 0.62
Hex CB 4D F1 10 44 0 5 11E 55 3E
Octal 313 115 361 20 104 0 5 436 125 76
Binary 11001011 1001101 11110001 10000 1000100 0 101 100011110 1010101 111110

Color Harmonies of #CB4DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4DF1

Black with #CB4DF1

Text Example


Text Example

White with #CB4DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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