Html Css Color HEX #C679DD Orchid

📋 copy color: '#C679DD'

red 198 ◦ green 121 ◦ blue 221

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

Shades of Orchid #C679DD

Tints of Orchid #C679DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 36.67%
G = 22.41%
B = 40.93%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C679DD (or 0xC679DD) is known color: Orchid. HEX triplet: C6, 79 and DD. RGB value is (198,121,221). Sum of RGB (Red+Green+Blue) = 198+121+221=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #C679DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679DD is #398622. Grayscale: #9B9B9B. Windows color (decimal): -3769891 or 14514630. OLE color: 14514630.

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

Color convert

RGB 198 121 221 -
CMYK 0.10 0.45 0 0.13
HSL 286.2º 0.6% 0.67% -
HSV(B) 286.2º 0.45% 0.87% -
XYZ 43.18 30.9 72.1 -
YUV 155.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 198 121 221 0.10 0.45 0 0.13 286.2 0.6 0.67
Hex C6 79 DD A 2D 0 D 11E 3C 43
Octal 306 171 335 12 55 0 15 436 74 103
Binary 11000110 1111001 11011101 1010 101101 0 1101 100011110 111100 1000011

Color Harmonies of #C679DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C679DD

Black with #C679DD

Text Example


Text Example

White with #C679DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C679DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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