Html Css Color HEX #C680CC Orchid

📋 copy color: '#C680CC'

red 198 ◦ green 128 ◦ blue 204

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

Shades of Orchid #C680CC

Tints of Orchid #C680CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.15%

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

R = 37.36%
G = 24.15%
B = 38.49%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C680CC (or 0xC680CC) is known color: Orchid. HEX triplet: C6, 80 and CC. RGB value is (198,128,204). Sum of RGB (Red+Green+Blue) = 198+128+204=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #C680CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680CC is #397F33. Grayscale: #9D9D9D. Windows color (decimal): -3768116 or 13402310. OLE color: 13402310.

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

Color convert

RGB 198 128 204 -
CMYK 0.03 0.37 0 0.2
HSL 295.26º 0.43% 0.65% -
HSV(B) 295.26º 0.37% 0.8% -
XYZ 41.91 31.8 61.06 -
YUV 157.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 198 128 204 0.03 0.37 0 0.2 295.26 0.43 0.65
Hex C6 80 CC 3 25 0 14 127 2B 41
Octal 306 200 314 3 45 0 24 447 53 101
Binary 11000110 10000000 11001100 11 100101 0 10100 100100111 101011 1000001

Color Harmonies of #C680CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680CC

Black with #C680CC

Text Example


Text Example

White with #C680CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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