Html Css Color HEX #C066EF Medium Orchid

📋 copy color: '#C066EF'

red 192 ◦ green 102 ◦ blue 239

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

Shades of Medium Orchid #C066EF

Tints of Medium Orchid #C066EF

RGB

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

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

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

R = 36.02%
G = 19.14%
B = 44.84%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C066EF (or 0xC066EF) is known color: Medium Orchid. HEX triplet: C0, 66 and EF. RGB value is (192,102,239). Sum of RGB (Red+Green+Blue) = 192+102+239=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #C066EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066EF is #3F9910. Grayscale: #909090. Windows color (decimal): -4167953 or 15689408. OLE color: 15689408.

HSL color Cylindrical-coordinate representation of color #C066EF: hue angle of 279.42º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C066EF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 102 239 -
CMYK 0.20 0.57 0 0.06
HSL 279.42º 0.81% 0.67% -
HSV(B) 279.42º 0.57% 0.94% -
XYZ 42.07 26.94 84.64 -
YUV 144.53 181.32 161.86 -
System Red Green Blue C M Y K H S L
Decimal 192 102 239 0.20 0.57 0 0.06 279.42 0.81 0.67
Hex C0 66 EF 14 39 0 6 117 51 43
Octal 300 146 357 24 71 0 6 427 121 103
Binary 11000000 1100110 11101111 10100 111001 0 110 100010111 1010001 1000011

Color Harmonies of #C066EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066EF

Black with #C066EF

Text Example


Text Example

White with #C066EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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