Html Css Color HEX #C674DC Orchid

📋 copy color: '#C674DC'

red 198 ◦ green 116 ◦ blue 220

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

Shades of Orchid #C674DC

Tints of Orchid #C674DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 37.08%
G = 21.72%
B = 41.2%

CMYK

 C value IS 0.1

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C674DC (or 0xC674DC) is known color: Orchid. HEX triplet: C6, 74 and DC. RGB value is (198,116,220). Sum of RGB (Red+Green+Blue) = 198+116+220=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #C674DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674DC is #398B23. Grayscale: #989898. Windows color (decimal): -3771172 or 14447814. OLE color: 14447814.

HSL color Cylindrical-coordinate representation of color #C674DC: hue angle of 287.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C674DC is Cyan = 0.1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 116 220 -
CMYK 0.1 0.47 0 0.14
HSL 287.31º 0.6% 0.66% -
HSV(B) 287.31º 0.47% 0.86% -
XYZ 42.45 29.66 71.2 -
YUV 152.37 166.17 160.54 -
System Red Green Blue C M Y K H S L
Decimal 198 116 220 0.1 0.47 0 0.14 287.31 0.6 0.66
Hex C6 74 DC A 2F 0 E 11F 3C 42
Octal 306 164 334 12 57 0 16 437 74 102
Binary 11000110 1110100 11011100 1010 101111 0 1110 100011111 111100 1000010

Color Harmonies of #C674DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C674DC

Black with #C674DC

Text Example


Text Example

White with #C674DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C674DC; }

 p { color: rgb(198,116,220); }

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

background-color css

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

 a { background-color: rgb(198,116,220); }

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

border-color css

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

 span { border-color: rgb(198,116,220); }

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