Html Css Color HEX #C65CDC Medium Orchid

📋 copy color: '#C65CDC'

red 198 ◦ green 92 ◦ blue 220

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

Shades of Medium Orchid #C65CDC

Tints of Medium Orchid #C65CDC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.04%

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 38.82%
G = 18.04%
B = 43.14%

CMYK

 C value IS 0.1

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C65CDC (or 0xC65CDC) is known color: Medium Orchid. HEX triplet: C6, 5C and DC. RGB value is (198,92,220). Sum of RGB (Red+Green+Blue) = 198+92+220=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 92 (36.33% from 255 or 18.04% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #C65CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CDC is #39A323. Grayscale: #898989. Windows color (decimal): -3777316 or 14441670. OLE color: 14441670.

HSL color Cylindrical-coordinate representation of color #C65CDC: hue angle of 289.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65CDC is Cyan = 0.1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 92 220 -
CMYK 0.1 0.58 0 0.14
HSL 289.69º 0.65% 0.61% -
HSV(B) 289.69º 0.58% 0.86% -
XYZ 40.03 24.83 70.39 -
YUV 138.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 198 92 220 0.1 0.58 0 0.14 289.69 0.65 0.61
Hex C6 5C DC A 3A 0 E 122 41 3D
Octal 306 134 334 12 72 0 16 442 101 75
Binary 11000110 1011100 11011100 1010 111010 0 1110 100100010 1000001 111101

Color Harmonies of #C65CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CDC

Black with #C65CDC

Text Example


Text Example

White with #C65CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CDC; }

 p { color: rgb(198,92,220); }

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

background-color css

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

 a { background-color: rgb(198,92,220); }

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

border-color css

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

 span { border-color: rgb(198,92,220); }

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