Html Css Color HEX #CB41EF Medium Orchid

📋 copy color: '#CB41EF'

red 203 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #CB41EF

Tints of Medium Orchid #CB41EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 40.04%
G = 12.82%
B = 47.14%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB41EF (or 0xCB41EF) is known color: Medium Orchid. HEX triplet: CB, 41 and EF. RGB value is (203,65,239). Sum of RGB (Red+Green+Blue) = 203+65+239=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB41EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41EF is #34BE10. Grayscale: #7D7D7D. Windows color (decimal): -3456529 or 15679947. OLE color: 15679947.

HSL color Cylindrical-coordinate representation of color #CB41EF: hue angle of 287.59º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB41EF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 65 239 -
CMYK 0.15 0.73 0 0.06
HSL 287.59º 0.84% 0.6% -
HSV(B) 287.59º 0.73% 0.94% -
XYZ 42.1 22.71 83.83 -
YUV 126.1 191.72 182.85 -
System Red Green Blue C M Y K H S L
Decimal 203 65 239 0.15 0.73 0 0.06 287.59 0.84 0.6
Hex CB 41 EF F 49 0 6 120 54 3C
Octal 313 101 357 17 111 0 6 440 124 74
Binary 11001011 1000001 11101111 1111 1001001 0 110 100100000 1010100 111100

Color Harmonies of #CB41EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41EF

Black with #CB41EF

Text Example


Text Example

White with #CB41EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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