Html Css Color HEX #CB41EA Medium Orchid

📋 copy color: '#CB41EA'

red 203 ◦ green 65 ◦ blue 234

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

Shades of Medium Orchid #CB41EA

Tints of Medium Orchid #CB41EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 40.44%
G = 12.95%
B = 46.61%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB41EA (or 0xCB41EA) is known color: Medium Orchid. HEX triplet: CB, 41 and EA. RGB value is (203,65,234). Sum of RGB (Red+Green+Blue) = 203+65+234=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB41EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41EA is #34BE15. Grayscale: #7C7C7C. Windows color (decimal): -3456534 or 15352267. OLE color: 15352267.

HSL color Cylindrical-coordinate representation of color #CB41EA: hue angle of 288.99º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB41EA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 65 234 -
CMYK 0.13 0.72 0 0.08
HSL 288.99º 0.8% 0.59% -
HSV(B) 288.99º 0.72% 0.92% -
XYZ 41.37 22.42 79.99 -
YUV 125.53 189.22 183.26 -
System Red Green Blue C M Y K H S L
Decimal 203 65 234 0.13 0.72 0 0.08 288.99 0.8 0.59
Hex CB 41 EA D 48 0 8 121 50 3B
Octal 313 101 352 15 110 0 10 441 120 73
Binary 11001011 1000001 11101010 1101 1001000 0 1000 100100001 1010000 111011

Color Harmonies of #CB41EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41EA

Black with #CB41EA

Text Example


Text Example

White with #CB41EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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