Html Css Color HEX #C65BD9 Medium Orchid

📋 copy color: '#C65BD9'

red 198 ◦ green 91 ◦ blue 217

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

Shades of Medium Orchid #C65BD9

Tints of Medium Orchid #C65BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 39.13%
G = 17.98%
B = 42.89%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C65BD9 (or 0xC65BD9) is known color: Medium Orchid. HEX triplet: C6, 5B and D9. RGB value is (198,91,217). Sum of RGB (Red+Green+Blue) = 198+91+217=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #C65BD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BD9 is #39A426. Grayscale: #888888. Windows color (decimal): -3777575 or 14244806. OLE color: 14244806.

HSL color Cylindrical-coordinate representation of color #C65BD9: hue angle of 290.95º 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 #C65BD9 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 91 217 -
CMYK 0.09 0.58 0 0.15
HSL 290.95º 0.62% 0.6% -
HSV(B) 290.95º 0.58% 0.85% -
XYZ 39.55 24.5 68.29 -
YUV 137.36 172.95 171.25 -
System Red Green Blue C M Y K H S L
Decimal 198 91 217 0.09 0.58 0 0.15 290.95 0.62 0.6
Hex C6 5B D9 9 3A 0 F 123 3E 3C
Octal 306 133 331 11 72 0 17 443 76 74
Binary 11000110 1011011 11011001 1001 111010 0 1111 100100011 111110 111100

Color Harmonies of #C65BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BD9

Black with #C65BD9

Text Example


Text Example

White with #C65BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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