Html Css Color HEX #C774CD Orchid

📋 copy color: '#C774CD'

red 199 ◦ green 116 ◦ blue 205

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

Shades of Orchid #C774CD

Tints of Orchid #C774CD

RGB

 RED value IS 199 (78.13% from 255) = 38.27%

 GREEN value IS 116 (45.7% from 255) = 22.31%

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

R = 38.27%
G = 22.31%
B = 39.42%

CMYK

 C value IS 0.03

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C774CD (or 0xC774CD) is known color: Orchid. HEX triplet: C7, 74 and CD. RGB value is (199,116,205). Sum of RGB (Red+Green+Blue) = 199+116+205=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #C774CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774CD is #388B32. Grayscale: #969696. Windows color (decimal): -3705651 or 13464775. OLE color: 13464775.

HSL color Cylindrical-coordinate representation of color #C774CD: hue angle of 295.96º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C774CD is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 116 205 -
CMYK 0.03 0.43 0 0.20
HSL 295.96º 0.47% 0.63% -
HSV(B) 295.96º 0.43% 0.8% -
XYZ 40.82 29.04 61.21 -
YUV 150.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 199 116 205 0.03 0.43 0 0.20 295.96 0.47 0.63
Hex C7 74 CD 3 2B 0 14 128 2F 3F
Octal 307 164 315 3 53 0 24 450 57 77
Binary 11000111 1110100 11001101 11 101011 0 10100 100101000 101111 111111

Color Harmonies of #C774CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C774CD

Black with #C774CD

Text Example


Text Example

White with #C774CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C774CD; }

 p { color: rgb(199,116,205); }

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

background-color css

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

 a { background-color: rgb(199,116,205); }

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

border-color css

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

 span { border-color: rgb(199,116,205); }

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