Html Css Color HEX #C64CD0 Medium Orchid

📋 copy color: '#C64CD0'

red 198 ◦ green 76 ◦ blue 208

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

Shades of Medium Orchid #C64CD0

Tints of Medium Orchid #C64CD0

RGB

 RED value IS 198 (77.73% from 255) = 41.08%

 GREEN value IS 76 (30.08% from 255) = 15.77%

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 41.08%
G = 15.77%
B = 43.15%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C64CD0 (or 0xC64CD0) is known color: Medium Orchid. HEX triplet: C6, 4C and D0. RGB value is (198,76,208). Sum of RGB (Red+Green+Blue) = 198+76+208=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #C64CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CD0 is #39B32F. Grayscale: #7F7F7F. Windows color (decimal): -3781424 or 13651142. OLE color: 13651142.

HSL color Cylindrical-coordinate representation of color #C64CD0: hue angle of 295.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64CD0 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 76 208 -
CMYK 0.05 0.63 0 0.18
HSL 295.45º 0.58% 0.56% -
HSV(B) 295.45º 0.63% 0.82% -
XYZ 37.26 21.73 61.9 -
YUV 127.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 198 76 208 0.05 0.63 0 0.18 295.45 0.58 0.56
Hex C6 4C D0 5 3F 0 12 127 3A 38
Octal 306 114 320 5 77 0 22 447 72 70
Binary 11000110 1001100 11010000 101 111111 0 10010 100100111 111010 111000

Color Harmonies of #C64CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CD0

Black with #C64CD0

Text Example


Text Example

White with #C64CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CD0; }

 p { color: rgb(198,76,208); }

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

background-color css

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

 a { background-color: rgb(198,76,208); }

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

border-color css

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

 span { border-color: rgb(198,76,208); }

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