Html Css Color HEX #C65BDC Medium Orchid

📋 copy color: '#C65BDC'

red 198 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #C65BDC

Tints of Medium Orchid #C65BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.88%

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

R = 38.9%
G = 17.88%
B = 43.22%

CMYK

 C value IS 0.1

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C65BDC (or 0xC65BDC) is known color: Medium Orchid. HEX triplet: C6, 5B and DC. RGB value is (198,91,220). Sum of RGB (Red+Green+Blue) = 198+91+220=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #C65BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BDC is #39A423. Grayscale: #898989. Windows color (decimal): -3777572 or 14441414. OLE color: 14441414.

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

Color convert

RGB 198 91 220 -
CMYK 0.1 0.59 0 0.14
HSL 289.77º 0.65% 0.61% -
HSV(B) 289.77º 0.59% 0.86% -
XYZ 39.95 24.66 70.36 -
YUV 137.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 198 91 220 0.1 0.59 0 0.14 289.77 0.65 0.61
Hex C6 5B DC A 3B 0 E 122 41 3D
Octal 306 133 334 12 73 0 16 442 101 75
Binary 11000110 1011011 11011100 1010 111011 0 1110 100100010 1000001 111101

Color Harmonies of #C65BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BDC

Black with #C65BDC

Text Example


Text Example

White with #C65BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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