Html Css Color HEX #C36ACF Medium Orchid

📋 copy color: '#C36ACF'

red 195 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #C36ACF

Tints of Medium Orchid #C36ACF

RGB

 RED value IS 195 (76.56% from 255) = 38.39%

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

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

R = 38.39%
G = 20.87%
B = 40.75%

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

#C36ACF (or 0xC36ACF) is known color: Medium Orchid. HEX triplet: C3, 6A and CF. RGB value is (195,106,207). Sum of RGB (Red+Green+Blue) = 195+106+207=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 106 (41.80% from 255 or 20.87% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #C36ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36ACF is #3C9530. Grayscale: #8F8F8F. Windows color (decimal): -3970353 or 13593283. OLE color: 13593283.

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

Color convert

RGB 195 106 207 -
CMYK 0.06 0.49 0 0.19
HSL 292.87º 0.51% 0.61% -
HSV(B) 292.87º 0.49% 0.81% -
XYZ 38.92 26.42 62.08 -
YUV 144.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 195 106 207 0.06 0.49 0 0.19 292.87 0.51 0.61
Hex C3 6A CF 6 31 0 13 125 33 3D
Octal 303 152 317 6 61 0 23 445 63 75
Binary 11000011 1101010 11001111 110 110001 0 10011 100100101 110011 111101

Color Harmonies of #C36ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C36ACF

Black with #C36ACF

Text Example


Text Example

White with #C36ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C36ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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