Html Css Color HEX #C683D0 Orchid

📋 copy color: '#C683D0'

red 198 ◦ green 131 ◦ blue 208

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

Shades of Orchid #C683D0

Tints of Orchid #C683D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 36.87%
G = 24.39%
B = 38.73%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C683D0 (or 0xC683D0) is known color: Orchid. HEX triplet: C6, 83 and D0. RGB value is (198,131,208). Sum of RGB (Red+Green+Blue) = 198+131+208=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 131 (51.56% from 255 or 24.39% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #C683D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683D0 is #397C2F. Grayscale: #9F9F9F. Windows color (decimal): -3767344 or 13665222. OLE color: 13665222.

HSL color Cylindrical-coordinate representation of color #C683D0: hue angle of 292.21º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C683D0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 131 208 -
CMYK 0.05 0.37 0 0.18
HSL 292.21º 0.45% 0.66% -
HSV(B) 292.21º 0.37% 0.82% -
XYZ 42.79 32.79 63.75 -
YUV 159.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 198 131 208 0.05 0.37 0 0.18 292.21 0.45 0.66
Hex C6 83 D0 5 25 0 12 124 2D 42
Octal 306 203 320 5 45 0 22 444 55 102
Binary 11000110 10000011 11010000 101 100101 0 10010 100100100 101101 1000010

Color Harmonies of #C683D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C683D0

Black with #C683D0

Text Example


Text Example

White with #C683D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C683D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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