Html Css Color HEX #C26ACF Medium Orchid

📋 copy color: '#C26ACF'

red 194 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #C26ACF

Tints of Medium Orchid #C26ACF

RGB

 RED value IS 194 (76.17% from 255) = 38.26%

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

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

R = 38.26%
G = 20.91%
B = 40.83%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C26ACF (or 0xC26ACF) is known color: Medium Orchid. HEX triplet: C2, 6A and CF. RGB value is (194,106,207). Sum of RGB (Red+Green+Blue) = 194+106+207=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #C26ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26ACF is #3D9530. Grayscale: #8F8F8F. Windows color (decimal): -4035889 or 13593282. OLE color: 13593282.

HSL color Cylindrical-coordinate representation of color #C26ACF: hue angle of 292.28º 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 #C26ACF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 106 207 -
CMYK 0.06 0.49 0 0.19
HSL 292.28º 0.51% 0.61% -
HSV(B) 292.28º 0.49% 0.81% -
XYZ 38.66 26.28 62.07 -
YUV 143.83 163.65 163.79 -
System Red Green Blue C M Y K H S L
Decimal 194 106 207 0.06 0.49 0 0.19 292.28 0.51 0.61
Hex C2 6A CF 6 31 0 13 124 33 3D
Octal 302 152 317 6 61 0 23 444 63 75
Binary 11000010 1101010 11001111 110 110001 0 10011 100100100 110011 111101

Color Harmonies of #C26ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26ACF

Black with #C26ACF

Text Example


Text Example

White with #C26ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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