Html Css Color HEX #C277CE Orchid

📋 copy color: '#C277CE'

red 194 ◦ green 119 ◦ blue 206

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

Shades of Orchid #C277CE

Tints of Orchid #C277CE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.93%

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

R = 37.38%
G = 22.93%
B = 39.69%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C277CE (or 0xC277CE) is known color: Orchid. HEX triplet: C2, 77 and CE. RGB value is (194,119,206). Sum of RGB (Red+Green+Blue) = 194+119+206=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #C277CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277CE is #3D8831. Grayscale: #979797. Windows color (decimal): -4032562 or 13531074. OLE color: 13531074.

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

Color convert

RGB 194 119 206 -
CMYK 0.06 0.42 0 0.19
HSL 291.72º 0.47% 0.64% -
HSV(B) 291.72º 0.42% 0.81% -
XYZ 39.99 29.12 61.91 -
YUV 151.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 194 119 206 0.06 0.42 0 0.19 291.72 0.47 0.64
Hex C2 77 CE 6 2A 0 13 124 2F 40
Octal 302 167 316 6 52 0 23 444 57 100
Binary 11000010 1110111 11001110 110 101010 0 10011 100100100 101111 1000000

Color Harmonies of #C277CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277CE

Black with #C277CE

Text Example


Text Example

White with #C277CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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