Html Css Color HEX #C65DDC Medium Orchid

📋 copy color: '#C65DDC'

red 198 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #C65DDC

Tints of Medium Orchid #C65DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.2%

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

R = 38.75%
G = 18.2%
B = 43.05%

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

#C65DDC (or 0xC65DDC) is known color: Medium Orchid. HEX triplet: C6, 5D and DC. RGB value is (198,93,220). Sum of RGB (Red+Green+Blue) = 198+93+220=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 93 (36.72% from 255 or 18.20% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #C65DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DDC is #39A223. Grayscale: #8A8A8A. Windows color (decimal): -3777060 or 14441926. OLE color: 14441926.

HSL color Cylindrical-coordinate representation of color #C65DDC: hue angle of 289.61º degrees, saturation: 0.64, 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 #C65DDC is Cyan = 0.1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 93 220 -
CMYK 0.1 0.58 0 0.14
HSL 289.61º 0.64% 0.61% -
HSV(B) 289.61º 0.58% 0.86% -
XYZ 40.12 25 70.42 -
YUV 138.87 173.79 170.17 -
System Red Green Blue C M Y K H S L
Decimal 198 93 220 0.1 0.58 0 0.14 289.61 0.64 0.61
Hex C6 5D DC A 3A 0 E 122 40 3D
Octal 306 135 334 12 72 0 16 442 100 75
Binary 11000110 1011101 11011100 1010 111010 0 1110 100100010 1000000 111101

Color Harmonies of #C65DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DDC

Black with #C65DDC

Text Example


Text Example

White with #C65DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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