Html Css Color HEX #C64CDD Medium Orchid

📋 copy color: '#C64CDD'

red 198 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #C64CDD

Tints of Medium Orchid #C64CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 40%
G = 15.35%
B = 44.65%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C64CDD (or 0xC64CDD) is known color: Medium Orchid. HEX triplet: C6, 4C and DD. RGB value is (198,76,221). Sum of RGB (Red+Green+Blue) = 198+76+221=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 76 (30.08% from 255 or 15.35% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #C64CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64CDD is #39B322. Grayscale: #808080. Windows color (decimal): -3781411 or 14503110. OLE color: 14503110.

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

Color convert

RGB 198 76 221 -
CMYK 0.10 0.66 0 0.13
HSL 290.48º 0.68% 0.58% -
HSV(B) 290.48º 0.66% 0.87% -
XYZ 38.92 22.4 70.68 -
YUV 129.01 179.92 177.21 -
System Red Green Blue C M Y K H S L
Decimal 198 76 221 0.10 0.66 0 0.13 290.48 0.68 0.58
Hex C6 4C DD A 42 0 D 122 44 3A
Octal 306 114 335 12 102 0 15 442 104 72
Binary 11000110 1001100 11011101 1010 1000010 0 1101 100100010 1000100 111010

Color Harmonies of #C64CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64CDD

Black with #C64CDD

Text Example


Text Example

White with #C64CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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