Html Css Color HEX #CB46ED Medium Orchid

📋 copy color: '#CB46ED'

red 203 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #CB46ED

Tints of Medium Orchid #CB46ED

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.73%

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 39.8%
G = 13.73%
B = 46.47%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB46ED (or 0xCB46ED) is known color: Medium Orchid. HEX triplet: CB, 46 and ED. RGB value is (203,70,237). Sum of RGB (Red+Green+Blue) = 203+70+237=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 70 (27.73% from 255 or 13.73% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB46ED is #34B912. Grayscale: #808080. Windows color (decimal): -3455251 or 15550155. OLE color: 15550155.

HSL color Cylindrical-coordinate representation of color #CB46ED: hue angle of 287.78º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB46ED is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 70 237 -
CMYK 0.14 0.70 0 0.07
HSL 287.78º 0.82% 0.6% -
HSV(B) 287.78º 0.7% 0.93% -
XYZ 42.1 23.19 82.38 -
YUV 128.81 189.06 180.92 -
System Red Green Blue C M Y K H S L
Decimal 203 70 237 0.14 0.70 0 0.07 287.78 0.82 0.6
Hex CB 46 ED E 46 0 7 120 52 3C
Octal 313 106 355 16 106 0 7 440 122 74
Binary 11001011 1000110 11101101 1110 1000110 0 111 100100000 1010010 111100

Color Harmonies of #CB46ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46ED

Black with #CB46ED

Text Example


Text Example

White with #CB46ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46ED; }

 p { color: rgb(203,70,237); }

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

background-color css

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

 a { background-color: rgb(203,70,237); }

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

border-color css

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

 span { border-color: rgb(203,70,237); }

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