Html Css Color HEX #CB45EE Medium Orchid

📋 copy color: '#CB45EE'

red 203 ◦ green 69 ◦ blue 238

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

Shades of Medium Orchid #CB45EE

Tints of Medium Orchid #CB45EE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.53%

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

R = 39.8%
G = 13.53%
B = 46.67%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB45EE (or 0xCB45EE) is known color: Medium Orchid. HEX triplet: CB, 45 and EE. RGB value is (203,69,238). Sum of RGB (Red+Green+Blue) = 203+69+238=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB45EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB45EE is #34BA11. Grayscale: #7F7F7F. Windows color (decimal): -3455506 or 15615435. OLE color: 15615435.

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

Color convert

RGB 203 69 238 -
CMYK 0.15 0.71 0 0.07
HSL 287.57º 0.83% 0.6% -
HSV(B) 287.57º 0.71% 0.93% -
XYZ 42.19 23.13 83.13 -
YUV 128.33 189.89 181.26 -
System Red Green Blue C M Y K H S L
Decimal 203 69 238 0.15 0.71 0 0.07 287.57 0.83 0.6
Hex CB 45 EE F 47 0 7 120 53 3C
Octal 313 105 356 17 107 0 7 440 123 74
Binary 11001011 1000101 11101110 1111 1000111 0 111 100100000 1010011 111100

Color Harmonies of #CB45EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB45EE

Black with #CB45EE

Text Example


Text Example

White with #CB45EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB45EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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