Html Css Color HEX #C681CE Orchid

📋 copy color: '#C681CE'

red 198 ◦ green 129 ◦ blue 206

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

Shades of Orchid #C681CE

Tints of Orchid #C681CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.2%

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 37.15%
G = 24.2%
B = 38.65%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C681CE (or 0xC681CE) is known color: Orchid. HEX triplet: C6, 81 and CE. RGB value is (198,129,206). Sum of RGB (Red+Green+Blue) = 198+129+206=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C681CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C681CE is #397E31. Grayscale: #9E9E9E. Windows color (decimal): -3767858 or 13533638. OLE color: 13533638.

HSL color Cylindrical-coordinate representation of color #C681CE: hue angle of 293.77º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C681CE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 129 206 -
CMYK 0.04 0.37 0 0.19
HSL 293.77º 0.44% 0.66% -
HSV(B) 293.77º 0.37% 0.81% -
XYZ 42.28 32.16 62.37 -
YUV 158.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 198 129 206 0.04 0.37 0 0.19 293.77 0.44 0.66
Hex C6 81 CE 4 25 0 13 126 2C 42
Octal 306 201 316 4 45 0 23 446 54 102
Binary 11000110 10000001 11001110 100 100101 0 10011 100100110 101100 1000010

Color Harmonies of #C681CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681CE

Black with #C681CE

Text Example


Text Example

White with #C681CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681CE; }

 p { color: rgb(198,129,206); }

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

background-color css

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

 a { background-color: rgb(198,129,206); }

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

border-color css

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

 span { border-color: rgb(198,129,206); }

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