Html Css Color HEX #C65DD0 Medium Orchid

📋 copy color: '#C65DD0'

red 198 ◦ green 93 ◦ blue 208

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

Shades of Medium Orchid #C65DD0

Tints of Medium Orchid #C65DD0

RGB

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

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

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

R = 39.68%
G = 18.64%
B = 41.68%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C65DD0 (or 0xC65DD0) is known color: Medium Orchid. HEX triplet: C6, 5D and D0. RGB value is (198,93,208). Sum of RGB (Red+Green+Blue) = 198+93+208=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #C65DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65DD0 is #39A22F. Grayscale: #898989. Windows color (decimal): -3777072 or 13655494. OLE color: 13655494.

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

Color convert

RGB 198 93 208 -
CMYK 0.05 0.55 0 0.18
HSL 294.78º 0.55% 0.59% -
HSV(B) 294.78º 0.55% 0.82% -
XYZ 38.59 24.39 62.35 -
YUV 137.51 167.79 171.15 -
System Red Green Blue C M Y K H S L
Decimal 198 93 208 0.05 0.55 0 0.18 294.78 0.55 0.59
Hex C6 5D D0 5 37 0 12 127 37 3B
Octal 306 135 320 5 67 0 22 447 67 73
Binary 11000110 1011101 11010000 101 110111 0 10010 100100111 110111 111011

Color Harmonies of #C65DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DD0

Black with #C65DD0

Text Example


Text Example

White with #C65DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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