Html Css Color HEX #C366CF Medium Orchid

📋 copy color: '#C366CF'

red 195 ◦ green 102 ◦ blue 207

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

Shades of Medium Orchid #C366CF

Tints of Medium Orchid #C366CF

RGB

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

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

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

R = 38.69%
G = 20.24%
B = 41.07%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C366CF (or 0xC366CF) is known color: Medium Orchid. HEX triplet: C3, 66 and CF. RGB value is (195,102,207). Sum of RGB (Red+Green+Blue) = 195+102+207=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #C366CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366CF is #3C9930. Grayscale: #8D8D8D. Windows color (decimal): -3971377 or 13592259. OLE color: 13592259.

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

Color convert

RGB 195 102 207 -
CMYK 0.06 0.51 0 0.19
HSL 293.14º 0.52% 0.61% -
HSV(B) 293.14º 0.51% 0.81% -
XYZ 38.52 25.61 61.94 -
YUV 141.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 195 102 207 0.06 0.51 0 0.19 293.14 0.52 0.61
Hex C3 66 CF 6 33 0 13 125 34 3D
Octal 303 146 317 6 63 0 23 445 64 75
Binary 11000011 1100110 11001111 110 110011 0 10011 100100101 110100 111101

Color Harmonies of #C366CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366CF

Black with #C366CF

Text Example


Text Example

White with #C366CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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