Html Css Color HEX #C683CC Orchid

📋 copy color: '#C683CC'

red 198 ◦ green 131 ◦ blue 204

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

Shades of Orchid #C683CC

Tints of Orchid #C683CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 37.15%
G = 24.58%
B = 38.27%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C683CC (or 0xC683CC) is known color: Orchid. HEX triplet: C6, 83 and CC. RGB value is (198,131,204). Sum of RGB (Red+Green+Blue) = 198+131+204=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #C683CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683CC is #397C33. Grayscale: #9F9F9F. Windows color (decimal): -3767348 or 13403078. OLE color: 13403078.

HSL color Cylindrical-coordinate representation of color #C683CC: hue angle of 295.07º degrees, saturation: 0.42, 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 #C683CC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 131 204 -
CMYK 0.03 0.36 0 0.2
HSL 295.07º 0.42% 0.66% -
HSV(B) 295.07º 0.36% 0.8% -
XYZ 42.3 32.6 61.19 -
YUV 159.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 198 131 204 0.03 0.36 0 0.2 295.07 0.42 0.66
Hex C6 83 CC 3 24 0 14 127 2A 42
Octal 306 203 314 3 44 0 24 447 52 102
Binary 11000110 10000011 11001100 11 100100 0 10100 100100111 101010 1000010

Color Harmonies of #C683CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C683CC

Black with #C683CC

Text Example


Text Example

White with #C683CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C683CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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