Html Css Color HEX #C680CB Orchid

📋 copy color: '#C680CB'

red 198 ◦ green 128 ◦ blue 203

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

Shades of Orchid #C680CB

Tints of Orchid #C680CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 37.43%
G = 24.2%
B = 38.37%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C680CB (or 0xC680CB) is known color: Orchid. HEX triplet: C6, 80 and CB. RGB value is (198,128,203). Sum of RGB (Red+Green+Blue) = 198+128+203=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C680CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680CB is #397F34. Grayscale: #9D9D9D. Windows color (decimal): -3768117 or 13336774. OLE color: 13336774.

HSL color Cylindrical-coordinate representation of color #C680CB: hue angle of 296º degrees, saturation: 0.42, 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 #C680CB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 128 203 -
CMYK 0.02 0.37 0 0.20
HSL 296º 0.42% 0.65% -
HSV(B) 296º 0.37% 0.8% -
XYZ 41.79 31.76 60.43 -
YUV 157.48 153.69 156.9 -
System Red Green Blue C M Y K H S L
Decimal 198 128 203 0.02 0.37 0 0.20 296 0.42 0.65
Hex C6 80 CB 2 25 0 14 128 2A 41
Octal 306 200 313 2 45 0 24 450 52 101
Binary 11000110 10000000 11001011 10 100101 0 10100 100101000 101010 1000001

Color Harmonies of #C680CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680CB

Black with #C680CB

Text Example


Text Example

White with #C680CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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