Html Css Color HEX #CB41DF Medium Orchid

📋 copy color: '#CB41DF'

red 203 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #CB41DF

Tints of Medium Orchid #CB41DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.24%

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 41.34%
G = 13.24%
B = 45.42%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB41DF (or 0xCB41DF) is known color: Medium Orchid. HEX triplet: CB, 41 and DF. RGB value is (203,65,223). Sum of RGB (Red+Green+Blue) = 203+65+223=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41DF is #34BE20. Grayscale: #7B7B7B. Windows color (decimal): -3456545 or 14631371. OLE color: 14631371.

HSL color Cylindrical-coordinate representation of color #CB41DF: hue angle of 292.41º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB41DF is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 65 223 -
CMYK 0.09 0.71 0 0.13
HSL 292.41º 0.71% 0.56% -
HSV(B) 292.41º 0.71% 0.87% -
XYZ 39.84 21.8 71.92 -
YUV 124.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 203 65 223 0.09 0.71 0 0.13 292.41 0.71 0.56
Hex CB 41 DF 9 47 0 D 124 47 38
Octal 313 101 337 11 107 0 15 444 107 70
Binary 11001011 1000001 11011111 1001 1000111 0 1101 100100100 1000111 111000

Color Harmonies of #CB41DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41DF

Black with #CB41DF

Text Example


Text Example

White with #CB41DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41DF; }

 p { color: rgb(203,65,223); }

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

background-color css

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

 a { background-color: rgb(203,65,223); }

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

border-color css

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

 span { border-color: rgb(203,65,223); }

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