Html Css Color HEX #C277CD Orchid

📋 copy color: '#C277CD'

red 194 ◦ green 119 ◦ blue 205

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

Shades of Orchid #C277CD

Tints of Orchid #C277CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 37.45%
G = 22.97%
B = 39.58%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C277CD (or 0xC277CD) is known color: Orchid. HEX triplet: C2, 77 and CD. RGB value is (194,119,205). Sum of RGB (Red+Green+Blue) = 194+119+205=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #C277CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277CD is #3D8832. Grayscale: #969696. Windows color (decimal): -4032563 or 13465538. OLE color: 13465538.

HSL color Cylindrical-coordinate representation of color #C277CD: hue angle of 292.33º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C277CD is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 119 205 -
CMYK 0.05 0.42 0 0.20
HSL 292.33º 0.46% 0.64% -
HSV(B) 292.33º 0.42% 0.8% -
XYZ 39.86 29.07 61.27 -
YUV 151.23 158.35 158.51 -
System Red Green Blue C M Y K H S L
Decimal 194 119 205 0.05 0.42 0 0.20 292.33 0.46 0.64
Hex C2 77 CD 5 2A 0 14 124 2E 40
Octal 302 167 315 5 52 0 24 444 56 100
Binary 11000010 1110111 11001101 101 101010 0 10100 100100100 101110 1000000

Color Harmonies of #C277CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277CD

Black with #C277CD

Text Example


Text Example

White with #C277CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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