Html Css Color HEX #C683CD Orchid

📋 copy color: '#C683CD'

red 198 ◦ green 131 ◦ blue 205

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

Shades of Orchid #C683CD

Tints of Orchid #C683CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 37.08%
G = 24.53%
B = 38.39%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C683CD (or 0xC683CD) is known color: Orchid. HEX triplet: C6, 83 and CD. RGB value is (198,131,205). Sum of RGB (Red+Green+Blue) = 198+131+205=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 131 (51.56% from 255 or 24.53% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #C683CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683CD is #397C32. Grayscale: #9F9F9F. Windows color (decimal): -3767347 or 13468614. OLE color: 13468614.

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

Color convert

RGB 198 131 205 -
CMYK 0.03 0.36 0 0.20
HSL 294.32º 0.43% 0.66% -
HSV(B) 294.32º 0.36% 0.8% -
XYZ 42.42 32.65 61.82 -
YUV 159.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 198 131 205 0.03 0.36 0 0.20 294.32 0.43 0.66
Hex C6 83 CD 3 24 0 14 126 2B 42
Octal 306 203 315 3 44 0 24 446 53 102
Binary 11000110 10000011 11001101 11 100100 0 10100 100100110 101011 1000010

Color Harmonies of #C683CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C683CD

Black with #C683CD

Text Example


Text Example

White with #C683CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C683CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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