Html Css Color HEX #C267CE Medium Orchid

📋 copy color: '#C267CE'

red 194 ◦ green 103 ◦ blue 206

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

Shades of Medium Orchid #C267CE

Tints of Medium Orchid #C267CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.48%

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

R = 38.57%
G = 20.48%
B = 40.95%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C267CE (or 0xC267CE) is known color: Medium Orchid. HEX triplet: C2, 67 and CE. RGB value is (194,103,206). Sum of RGB (Red+Green+Blue) = 194+103+206=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #C267CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C267CE is #3D9831. Grayscale: #8D8D8D. Windows color (decimal): -4036658 or 13526978. OLE color: 13526978.

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

Color convert

RGB 194 103 206 -
CMYK 0.06 0.50 0 0.19
HSL 293.01º 0.51% 0.61% -
HSV(B) 293.01º 0.5% 0.81% -
XYZ 38.24 25.63 61.32 -
YUV 141.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 194 103 206 0.06 0.50 0 0.19 293.01 0.51 0.61
Hex C2 67 CE 6 32 0 13 125 33 3D
Octal 302 147 316 6 62 0 23 445 63 75
Binary 11000010 1100111 11001110 110 110010 0 10011 100100101 110011 111101

Color Harmonies of #C267CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C267CE

Black with #C267CE

Text Example


Text Example

White with #C267CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C267CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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