Html Css Color HEX #C65FEF Medium Orchid

📋 copy color: '#C65FEF'

red 198 ◦ green 95 ◦ blue 239

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

Shades of Medium Orchid #C65FEF

Tints of Medium Orchid #C65FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 37.22%
G = 17.86%
B = 44.92%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C65FEF (or 0xC65FEF) is known color: Medium Orchid. HEX triplet: C6, 5F and EF. RGB value is (198,95,239). Sum of RGB (Red+Green+Blue) = 198+95+239=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #C65FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FEF is #39A010. Grayscale: #8D8D8D. Windows color (decimal): -3776529 or 15687622. OLE color: 15687622.

HSL color Cylindrical-coordinate representation of color #C65FEF: hue angle of 282.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65FEF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 95 239 -
CMYK 0.17 0.60 0 0.06
HSL 282.92º 0.82% 0.65% -
HSV(B) 282.92º 0.6% 0.94% -
XYZ 42.96 26.42 84.5 -
YUV 142.21 182.62 167.79 -
System Red Green Blue C M Y K H S L
Decimal 198 95 239 0.17 0.60 0 0.06 282.92 0.82 0.65
Hex C6 5F EF 11 3C 0 6 11B 52 41
Octal 306 137 357 21 74 0 6 433 122 101
Binary 11000110 1011111 11101111 10001 111100 0 110 100011011 1010010 1000001

Color Harmonies of #C65FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FEF

Black with #C65FEF

Text Example


Text Example

White with #C65FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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