Html Css Color HEX #C683CE Orchid

📋 copy color: '#C683CE'

red 198 ◦ green 131 ◦ blue 206

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

Shades of Orchid #C683CE

Tints of Orchid #C683CE

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.49%

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

R = 37.01%
G = 24.49%
B = 38.5%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C683CE (or 0xC683CE) is known color: Orchid. HEX triplet: C6, 83 and CE. RGB value is (198,131,206). Sum of RGB (Red+Green+Blue) = 198+131+206=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #C683CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683CE is #397C31. Grayscale: #9F9F9F. Windows color (decimal): -3767346 or 13534150. OLE color: 13534150.

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

Color convert

RGB 198 131 206 -
CMYK 0.04 0.36 0 0.19
HSL 293.6º 0.43% 0.66% -
HSV(B) 293.6º 0.36% 0.81% -
XYZ 42.55 32.69 62.46 -
YUV 159.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 198 131 206 0.04 0.36 0 0.19 293.6 0.43 0.66
Hex C6 83 CE 4 24 0 13 126 2B 42
Octal 306 203 316 4 44 0 23 446 53 102
Binary 11000110 10000011 11001110 100 100100 0 10011 100100110 101011 1000010

Color Harmonies of #C683CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C683CE

Black with #C683CE

Text Example


Text Example

White with #C683CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C683CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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