Html Css Color HEX #C677DF Orchid

📋 copy color: '#C677DF'

red 198 ◦ green 119 ◦ blue 223

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

Shades of Orchid #C677DF

Tints of Orchid #C677DF

RGB

 RED value IS 198 (77.73% from 255) = 36.67%

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 36.67%
G = 22.04%
B = 41.3%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C677DF (or 0xC677DF) is known color: Orchid. HEX triplet: C6, 77 and DF. RGB value is (198,119,223). Sum of RGB (Red+Green+Blue) = 198+119+223=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #C677DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677DF is #398820. Grayscale: #9A9A9A. Windows color (decimal): -3770401 or 14645190. OLE color: 14645190.

HSL color Cylindrical-coordinate representation of color #C677DF: hue angle of 285.58º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C677DF is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 119 223 -
CMYK 0.11 0.47 0 0.13
HSL 285.58º 0.62% 0.67% -
HSV(B) 285.58º 0.47% 0.87% -
XYZ 43.2 30.53 73.43 -
YUV 154.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 198 119 223 0.11 0.47 0 0.13 285.58 0.62 0.67
Hex C6 77 DF B 2F 0 D 11E 3E 43
Octal 306 167 337 13 57 0 15 436 76 103
Binary 11000110 1110111 11011111 1011 101111 0 1101 100011110 111110 1000011

Color Harmonies of #C677DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C677DF

Black with #C677DF

Text Example


Text Example

White with #C677DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C677DF; }

 p { color: rgb(198,119,223); }

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

background-color css

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

 a { background-color: rgb(198,119,223); }

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

border-color css

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

 span { border-color: rgb(198,119,223); }

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