Html Css Color HEX #C066F1 Medium Orchid

📋 copy color: '#C066F1'

red 192 ◦ green 102 ◦ blue 241

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

Shades of Medium Orchid #C066F1

Tints of Medium Orchid #C066F1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.07%

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

R = 35.89%
G = 19.07%
B = 45.05%

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

#C066F1 (or 0xC066F1) is known color: Medium Orchid. HEX triplet: C0, 66 and F1. RGB value is (192,102,241). Sum of RGB (Red+Green+Blue) = 192+102+241=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 241 (94.53% from 255 or 45.05% from 535); Max value from RGB is 241 - color contains mainly: blue. Hex color #C066F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066F1 is #3F990E. Grayscale: #909090. Windows color (decimal): -4167951 or 15820480. OLE color: 15820480.

HSL color Cylindrical-coordinate representation of color #C066F1: hue angle of 278.85º 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 #C066F1 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 102 241 -
CMYK 0.20 0.58 0 0.05
HSL 278.85º 0.83% 0.67% -
HSV(B) 278.85º 0.58% 0.95% -
XYZ 42.37 27.06 86.21 -
YUV 144.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 192 102 241 0.20 0.58 0 0.05 278.85 0.83 0.67
Hex C0 66 F1 14 3A 0 5 117 53 43
Octal 300 146 361 24 72 0 5 427 123 103
Binary 11000000 1100110 11110001 10100 111010 0 101 100010111 1010011 1000011

Color Harmonies of #C066F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066F1

Black with #C066F1

Text Example


Text Example

White with #C066F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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