Html Css Color HEX #C679E4 Orchid

📋 copy color: '#C679E4'

red 198 ◦ green 121 ◦ blue 228

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

Shades of Orchid #C679E4

Tints of Orchid #C679E4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.12%

 BLUE value IS 228 (89.45% from 255) = 41.68%

R = 36.2%
G = 22.12%
B = 41.68%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C679E4 (or 0xC679E4) is known color: Orchid. HEX triplet: C6, 79 and E4. RGB value is (198,121,228). Sum of RGB (Red+Green+Blue) = 198+121+228=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #C679E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679E4 is #39861B. Grayscale: #9B9B9B. Windows color (decimal): -3769884 or 14973382. OLE color: 14973382.

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

Color convert

RGB 198 121 228 -
CMYK 0.13 0.47 0 0.11
HSL 283.18º 0.66% 0.68% -
HSV(B) 283.18º 0.47% 0.89% -
XYZ 44.13 31.28 77.11 -
YUV 156.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 198 121 228 0.13 0.47 0 0.11 283.18 0.66 0.68
Hex C6 79 E4 D 2F 0 B 11B 42 44
Octal 306 171 344 15 57 0 13 433 102 104
Binary 11000110 1111001 11100100 1101 101111 0 1011 100011011 1000010 1000100

Color Harmonies of #C679E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C679E4

Black with #C679E4

Text Example


Text Example

White with #C679E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C679E4; }

 p { color: rgb(198,121,228); }

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

background-color css

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

 a { background-color: rgb(198,121,228); }

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

border-color css

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

 span { border-color: rgb(198,121,228); }

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