Html Css Color HEX #C05ACF Medium Orchid

📋 copy color: '#C05ACF'

red 192 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #C05ACF

Tints of Medium Orchid #C05ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.4%

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

R = 39.26%
G = 18.4%
B = 42.33%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C05ACF (or 0xC05ACF) is known color: Medium Orchid. HEX triplet: C0, 5A and CF. RGB value is (192,90,207). Sum of RGB (Red+Green+Blue) = 192+90+207=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #C05ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ACF is #3FA530. Grayscale: #858585. Windows color (decimal): -4171057 or 13589184. OLE color: 13589184.

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

Color convert

RGB 192 90 207 -
CMYK 0.07 0.57 0 0.19
HSL 292.31º 0.55% 0.58% -
HSV(B) 292.31º 0.57% 0.81% -
XYZ 36.66 23.02 61.54 -
YUV 133.84 169.29 169.49 -
System Red Green Blue C M Y K H S L
Decimal 192 90 207 0.07 0.57 0 0.19 292.31 0.55 0.58
Hex C0 5A CF 7 39 0 13 124 37 3A
Octal 300 132 317 7 71 0 23 444 67 72
Binary 11000000 1011010 11001111 111 111001 0 10011 100100100 110111 111010

Color Harmonies of #C05ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05ACF

Black with #C05ACF

Text Example


Text Example

White with #C05ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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