Html Css Color HEX #C06ACF Medium Orchid

📋 copy color: '#C06ACF'

red 192 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #C06ACF

Tints of Medium Orchid #C06ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.99%

 BLUE value IS 207 (81.25% from 255) = 40.99%

R = 38.02%
G = 20.99%
B = 40.99%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C06ACF (or 0xC06ACF) is known color: Medium Orchid. HEX triplet: C0, 6A and CF. RGB value is (192,106,207). Sum of RGB (Red+Green+Blue) = 192+106+207=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 106 (41.80% from 255 or 20.99% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #C06ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ACF is #3F9530. Grayscale: #8E8E8E. Windows color (decimal): -4166961 or 13593280. OLE color: 13593280.

HSL color Cylindrical-coordinate representation of color #C06ACF: hue angle of 291.09º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06ACF is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 106 207 -
CMYK 0.07 0.49 0 0.19
HSL 291.09º 0.51% 0.61% -
HSV(B) 291.09º 0.49% 0.81% -
XYZ 38.15 26.02 62.04 -
YUV 143.23 163.99 162.79 -
System Red Green Blue C M Y K H S L
Decimal 192 106 207 0.07 0.49 0 0.19 291.09 0.51 0.61
Hex C0 6A CF 7 31 0 13 123 33 3D
Octal 300 152 317 7 61 0 23 443 63 75
Binary 11000000 1101010 11001111 111 110001 0 10011 100100011 110011 111101

Color Harmonies of #C06ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ACF

Black with #C06ACF

Text Example


Text Example

White with #C06ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ACF; }

 p { color: rgb(192,106,207); }

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

background-color css

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

 a { background-color: rgb(192,106,207); }

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

border-color css

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

 span { border-color: rgb(192,106,207); }

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