Html Css Color HEX #CB41E0 Medium Orchid

📋 copy color: '#CB41E0'

red 203 ◦ green 65 ◦ blue 224

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

Shades of Medium Orchid #CB41E0

Tints of Medium Orchid #CB41E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 41.26%
G = 13.21%
B = 45.53%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB41E0 (or 0xCB41E0) is known color: Medium Orchid. HEX triplet: CB, 41 and E0. RGB value is (203,65,224). Sum of RGB (Red+Green+Blue) = 203+65+224=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB41E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41E0 is #34BE1F. Grayscale: #7B7B7B. Windows color (decimal): -3456544 or 14696907. OLE color: 14696907.

HSL color Cylindrical-coordinate representation of color #CB41E0: hue angle of 292.08º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB41E0 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 65 224 -
CMYK 0.09 0.71 0 0.12
HSL 292.08º 0.72% 0.57% -
HSV(B) 292.08º 0.71% 0.88% -
XYZ 39.97 21.86 72.63 -
YUV 124.39 184.22 184.07 -
System Red Green Blue C M Y K H S L
Decimal 203 65 224 0.09 0.71 0 0.12 292.08 0.72 0.57
Hex CB 41 E0 9 47 0 C 124 48 39
Octal 313 101 340 11 107 0 14 444 110 71
Binary 11001011 1000001 11100000 1001 1000111 0 1100 100100100 1001000 111001

Color Harmonies of #CB41E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41E0

Black with #CB41E0

Text Example


Text Example

White with #CB41E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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