Html Css Color HEX #CB41E7 Medium Orchid

📋 copy color: '#CB41E7'

red 203 ◦ green 65 ◦ blue 231

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

Shades of Medium Orchid #CB41E7

Tints of Medium Orchid #CB41E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.29%

R = 40.68%
G = 13.03%
B = 46.29%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CB41E7 (or 0xCB41E7) is known color: Medium Orchid. HEX triplet: CB, 41 and E7. RGB value is (203,65,231). Sum of RGB (Red+Green+Blue) = 203+65+231=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 231 (90.62% from 255 or 46.29% from 499); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB41E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41E7 is #34BE18. Grayscale: #7C7C7C. Windows color (decimal): -3456537 or 15155659. OLE color: 15155659.

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

Color convert

RGB 203 65 231 -
CMYK 0.12 0.72 0 0.09
HSL 289.88º 0.78% 0.58% -
HSV(B) 289.88º 0.72% 0.91% -
XYZ 40.94 22.25 77.74 -
YUV 125.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 203 65 231 0.12 0.72 0 0.09 289.88 0.78 0.58
Hex CB 41 E7 C 48 0 9 122 4E 3A
Octal 313 101 347 14 110 0 11 442 116 72
Binary 11001011 1000001 11100111 1100 1001000 0 1001 100100010 1001110 111010

Color Harmonies of #CB41E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41E7

Black with #CB41E7

Text Example


Text Example

White with #CB41E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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