Html Css Color HEX #C268CC Medium Orchid

📋 copy color: '#C268CC'

red 194 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #C268CC

Tints of Medium Orchid #C268CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.72%

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

R = 38.65%
G = 20.72%
B = 40.64%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C268CC (or 0xC268CC) is known color: Medium Orchid. HEX triplet: C2, 68 and CC. RGB value is (194,104,204). Sum of RGB (Red+Green+Blue) = 194+104+204=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #C268CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268CC is #3D9733. Grayscale: #8E8E8E. Windows color (decimal): -4036404 or 13396162. OLE color: 13396162.

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

Color convert

RGB 194 104 204 -
CMYK 0.05 0.49 0 0.2
HSL 294º 0.5% 0.6% -
HSV(B) 294º 0.49% 0.8% -
XYZ 38.1 25.73 60.09 -
YUV 142.31 162.82 164.87 -
System Red Green Blue C M Y K H S L
Decimal 194 104 204 0.05 0.49 0 0.2 294 0.5 0.6
Hex C2 68 CC 5 31 0 14 126 32 3C
Octal 302 150 314 5 61 0 24 446 62 74
Binary 11000010 1101000 11001100 101 110001 0 10100 100100110 110010 111100

Color Harmonies of #C268CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C268CC

Black with #C268CC

Text Example


Text Example

White with #C268CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C268CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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