Html Css Color HEX #C264CE Medium Orchid

📋 copy color: '#C264CE'

red 194 ◦ green 100 ◦ blue 206

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

Shades of Medium Orchid #C264CE

Tints of Medium Orchid #C264CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20%

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 38.8%
G = 20%
B = 41.2%

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

#C264CE (or 0xC264CE) is known color: Medium Orchid. HEX triplet: C2, 64 and CE. RGB value is (194,100,206). Sum of RGB (Red+Green+Blue) = 194+100+206=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 100 (39.45% from 255 or 20% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #C264CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C264CE is #3D9B31. Grayscale: #8B8B8B. Windows color (decimal): -4037426 or 13526210. OLE color: 13526210.

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

Color convert

RGB 194 100 206 -
CMYK 0.06 0.51 0 0.19
HSL 293.21º 0.52% 0.6% -
HSV(B) 293.21º 0.51% 0.81% -
XYZ 37.95 25.04 61.23 -
YUV 140.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 194 100 206 0.06 0.51 0 0.19 293.21 0.52 0.6
Hex C2 64 CE 6 33 0 13 125 34 3C
Octal 302 144 316 6 63 0 23 445 64 74
Binary 11000010 1100100 11001110 110 110011 0 10011 100100101 110100 111100

Color Harmonies of #C264CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C264CE

Black with #C264CE

Text Example


Text Example

White with #C264CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C264CE; }

 p { color: rgb(194,100,206); }

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

background-color css

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

 a { background-color: rgb(194,100,206); }

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

border-color css

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

 span { border-color: rgb(194,100,206); }

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