Html Css Color HEX #C65CEF Medium Orchid

📋 copy color: '#C65CEF'

red 198 ◦ green 92 ◦ blue 239

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

Shades of Medium Orchid #C65CEF

Tints of Medium Orchid #C65CEF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.39%

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

R = 37.43%
G = 17.39%
B = 45.18%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C65CEF (or 0xC65CEF) is known color: Medium Orchid. HEX triplet: C6, 5C and EF. RGB value is (198,92,239). Sum of RGB (Red+Green+Blue) = 198+92+239=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #C65CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CEF is #39A310. Grayscale: #8B8B8B. Windows color (decimal): -3777297 or 15686854. OLE color: 15686854.

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

Color convert

RGB 198 92 239 -
CMYK 0.17 0.62 0 0.06
HSL 283.27º 0.82% 0.65% -
HSV(B) 283.27º 0.62% 0.94% -
XYZ 42.7 25.89 84.41 -
YUV 140.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 198 92 239 0.17 0.62 0 0.06 283.27 0.82 0.65
Hex C6 5C EF 11 3E 0 6 11B 52 41
Octal 306 134 357 21 76 0 6 433 122 101
Binary 11000110 1011100 11101111 10001 111110 0 110 100011011 1010010 1000001

Color Harmonies of #C65CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CEF

Black with #C65CEF

Text Example


Text Example

White with #C65CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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