Html Css Color HEX #C266CC Medium Orchid

📋 copy color: '#C266CC'

red 194 ◦ green 102 ◦ blue 204

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

Shades of Medium Orchid #C266CC

Tints of Medium Orchid #C266CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.8%

R = 38.8%
G = 20.4%
B = 40.8%

CMYK

 C value IS 0.05

 M value IS 0.5

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C266CC (or 0xC266CC) is known color: Medium Orchid. HEX triplet: C2, 66 and CC. RGB value is (194,102,204). Sum of RGB (Red+Green+Blue) = 194+102+204=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #C266CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266CC is #3D9933. Grayscale: #8C8C8C. Windows color (decimal): -4036916 or 13395650. OLE color: 13395650.

HSL color Cylindrical-coordinate representation of color #C266CC: hue angle of 294.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C266CC is Cyan = 0.05, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 102 204 -
CMYK 0.05 0.5 0 0.2
HSL 294.12º 0.5% 0.6% -
HSV(B) 294.12º 0.5% 0.8% -
XYZ 37.9 25.33 60.02 -
YUV 141.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 194 102 204 0.05 0.5 0 0.2 294.12 0.5 0.6
Hex C2 66 CC 5 32 0 14 126 32 3C
Octal 302 146 314 5 62 0 24 446 62 74
Binary 11000010 1100110 11001100 101 110010 0 10100 100100110 110010 111100

Color Harmonies of #C266CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C266CC

Black with #C266CC

Text Example


Text Example

White with #C266CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C266CC; }

 p { color: rgb(194,102,204); }

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

background-color css

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

 a { background-color: rgb(194,102,204); }

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

border-color css

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

 span { border-color: rgb(194,102,204); }

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