Html Css Color HEX #C065F1 Medium Orchid

📋 copy color: '#C065F1'

red 192 ◦ green 101 ◦ blue 241

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

Shades of Medium Orchid #C065F1

Tints of Medium Orchid #C065F1

RGB

 RED value IS 192 (75.39% from 255) = 35.96%

 GREEN value IS 101 (39.84% from 255) = 18.91%

 BLUE value IS 241 (94.53% from 255) = 45.13%

R = 35.96%
G = 18.91%
B = 45.13%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C065F1 (or 0xC065F1) is known color: Medium Orchid. HEX triplet: C0, 65 and F1. RGB value is (192,101,241). Sum of RGB (Red+Green+Blue) = 192+101+241=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #C065F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C065F1 is #3F9A0E. Grayscale: #8F8F8F. Windows color (decimal): -4168207 or 15820224. OLE color: 15820224.

HSL color Cylindrical-coordinate representation of color #C065F1: hue angle of 279º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C065F1 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 101 241 -
CMYK 0.20 0.58 0 0.05
HSL 279º 0.83% 0.67% -
HSV(B) 279º 0.58% 0.95% -
XYZ 42.27 26.86 86.18 -
YUV 144.17 182.65 162.12 -
System Red Green Blue C M Y K H S L
Decimal 192 101 241 0.20 0.58 0 0.05 279 0.83 0.67
Hex C0 65 F1 14 3A 0 5 117 53 43
Octal 300 145 361 24 72 0 5 427 123 103
Binary 11000000 1100101 11110001 10100 111010 0 101 100010111 1010011 1000011

Color Harmonies of #C065F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065F1

Black with #C065F1

Text Example


Text Example

White with #C065F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065F1; }

 p { color: rgb(192,101,241); }

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

background-color css

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

 a { background-color: rgb(192,101,241); }

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

border-color css

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

 span { border-color: rgb(192,101,241); }

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