Html Css Color HEX #C65FDD Medium Orchid

📋 copy color: '#C65FDD'

red 198 ◦ green 95 ◦ blue 221

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

Shades of Medium Orchid #C65FDD

Tints of Medium Orchid #C65FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.48%

 BLUE value IS 221 (86.72% from 255) = 43%

R = 38.52%
G = 18.48%
B = 43%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C65FDD (or 0xC65FDD) is known color: Medium Orchid. HEX triplet: C6, 5F and DD. RGB value is (198,95,221). Sum of RGB (Red+Green+Blue) = 198+95+221=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 95 (37.5% from 255 or 18.48% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #C65FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FDD is #39A022. Grayscale: #8B8B8B. Windows color (decimal): -3776547 or 14507974. OLE color: 14507974.

HSL color Cylindrical-coordinate representation of color #C65FDD: hue angle of 289.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65FDD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 95 221 -
CMYK 0.10 0.57 0 0.13
HSL 289.05º 0.65% 0.62% -
HSV(B) 289.05º 0.57% 0.87% -
XYZ 40.43 25.41 71.18 -
YUV 140.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 198 95 221 0.10 0.57 0 0.13 289.05 0.65 0.62
Hex C6 5F DD A 39 0 D 121 41 3E
Octal 306 137 335 12 71 0 15 441 101 76
Binary 11000110 1011111 11011101 1010 111001 0 1101 100100001 1000001 111110

Color Harmonies of #C65FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FDD

Black with #C65FDD

Text Example


Text Example

White with #C65FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FDD; }

 p { color: rgb(198,95,221); }

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

background-color css

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

 a { background-color: rgb(198,95,221); }

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

border-color css

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

 span { border-color: rgb(198,95,221); }

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