Html Css Color HEX #C65FE1 Medium Orchid

📋 copy color: '#C65FE1'

red 198 ◦ green 95 ◦ blue 225

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

Shades of Medium Orchid #C65FE1

Tints of Medium Orchid #C65FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.44%

R = 38.22%
G = 18.34%
B = 43.44%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C65FE1 (or 0xC65FE1) is known color: Medium Orchid. HEX triplet: C6, 5F and E1. RGB value is (198,95,225). Sum of RGB (Red+Green+Blue) = 198+95+225=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 225 (88.28% from 255 or 43.44% from 518); Max value from RGB is 225 - color contains mainly: blue. Hex color #C65FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FE1 is #39A01E. Grayscale: #8C8C8C. Windows color (decimal): -3776543 or 14770118. OLE color: 14770118.

HSL color Cylindrical-coordinate representation of color #C65FE1: hue angle of 287.54º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65FE1 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 198 95 225 -
CMYK 0.12 0.58 0 0.12
HSL 287.54º 0.68% 0.63% -
HSV(B) 287.54º 0.58% 0.88% -
XYZ 40.97 25.63 74.02 -
YUV 140.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 198 95 225 0.12 0.58 0 0.12 287.54 0.68 0.63
Hex C6 5F E1 C 3A 0 C 120 44 3F
Octal 306 137 341 14 72 0 14 440 104 77
Binary 11000110 1011111 11100001 1100 111010 0 1100 100100000 1000100 111111

Color Harmonies of #C65FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FE1

Black with #C65FE1

Text Example


Text Example

White with #C65FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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