Html Css Color HEX #CB40EE Medium Orchid

📋 copy color: '#CB40EE'

red 203 ◦ green 64 ◦ blue 238

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

Shades of Medium Orchid #CB40EE

Tints of Medium Orchid #CB40EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.67%

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 40.2%
G = 12.67%
B = 47.13%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB40EE (or 0xCB40EE) is known color: Medium Orchid. HEX triplet: CB, 40 and EE. RGB value is (203,64,238). Sum of RGB (Red+Green+Blue) = 203+64+238=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB40EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB40EE is #34BF11. Grayscale: #7C7C7C. Windows color (decimal): -3456786 or 15614155. OLE color: 15614155.

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

Color convert

RGB 203 64 238 -
CMYK 0.15 0.73 0 0.07
HSL 287.93º 0.84% 0.59% -
HSV(B) 287.93º 0.73% 0.93% -
XYZ 41.89 22.54 83.03 -
YUV 125.4 191.55 183.35 -
System Red Green Blue C M Y K H S L
Decimal 203 64 238 0.15 0.73 0 0.07 287.93 0.84 0.59
Hex CB 40 EE F 49 0 7 120 54 3B
Octal 313 100 356 17 111 0 7 440 124 73
Binary 11001011 1000000 11101110 1111 1001001 0 111 100100000 1010100 111011

Color Harmonies of #CB40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB40EE

Black with #CB40EE

Text Example


Text Example

White with #CB40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB40EE; }

 p { color: rgb(203,64,238); }

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

background-color css

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

 a { background-color: rgb(203,64,238); }

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

border-color css

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

 span { border-color: rgb(203,64,238); }

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