Html Css Color HEX #CB46DE Medium Orchid

📋 copy color: '#CB46DE'

red 203 ◦ green 70 ◦ blue 222

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

Shades of Medium Orchid #CB46DE

Tints of Medium Orchid #CB46DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 41.01%
G = 14.14%
B = 44.85%

CMYK

 C value IS 0.09

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB46DE (or 0xCB46DE) is known color: Medium Orchid. HEX triplet: CB, 46 and DE. RGB value is (203,70,222). Sum of RGB (Red+Green+Blue) = 203+70+222=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB46DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46DE is #34B921. Grayscale: #7E7E7E. Windows color (decimal): -3455266 or 14567115. OLE color: 14567115.

HSL color Cylindrical-coordinate representation of color #CB46DE: hue angle of 292.5º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB46DE is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 70 222 -
CMYK 0.09 0.68 0 0.13
HSL 292.5º 0.7% 0.57% -
HSV(B) 292.5º 0.68% 0.87% -
XYZ 40 22.35 71.31 -
YUV 127.1 181.56 182.14 -
System Red Green Blue C M Y K H S L
Decimal 203 70 222 0.09 0.68 0 0.13 292.5 0.7 0.57
Hex CB 46 DE 9 44 0 D 124 46 39
Octal 313 106 336 11 104 0 15 444 106 71
Binary 11001011 1000110 11011110 1001 1000100 0 1101 100100100 1000110 111001

Color Harmonies of #CB46DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB46DE

Black with #CB46DE

Text Example


Text Example

White with #CB46DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB46DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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