Html Css Color HEX #C65BD8 Medium Orchid

📋 copy color: '#C65BD8'

red 198 ◦ green 91 ◦ blue 216

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

Shades of Medium Orchid #C65BD8

Tints of Medium Orchid #C65BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 39.21%
G = 18.02%
B = 42.77%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C65BD8 (or 0xC65BD8) is known color: Medium Orchid. HEX triplet: C6, 5B and D8. RGB value is (198,91,216). Sum of RGB (Red+Green+Blue) = 198+91+216=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #C65BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BD8 is #39A427. Grayscale: #888888. Windows color (decimal): -3777576 or 14179270. OLE color: 14179270.

HSL color Cylindrical-coordinate representation of color #C65BD8: hue angle of 291.36º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65BD8 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 91 216 -
CMYK 0.08 0.58 0 0.15
HSL 291.36º 0.62% 0.6% -
HSV(B) 291.36º 0.58% 0.85% -
XYZ 39.42 24.45 67.61 -
YUV 137.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 198 91 216 0.08 0.58 0 0.15 291.36 0.62 0.6
Hex C6 5B D8 8 3A 0 F 123 3E 3C
Octal 306 133 330 10 72 0 17 443 76 74
Binary 11000110 1011011 11011000 1000 111010 0 1111 100100011 111110 111100

Color Harmonies of #C65BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BD8

Black with #C65BD8

Text Example


Text Example

White with #C65BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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