Html Css Color HEX #C780CB Orchid

📋 copy color: '#C780CB'

red 199 ◦ green 128 ◦ blue 203

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

Shades of Orchid #C780CB

Tints of Orchid #C780CB

RGB

 RED value IS 199 (78.13% from 255) = 37.55%

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

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

R = 37.55%
G = 24.15%
B = 38.3%

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

#C780CB (or 0xC780CB) is known color: Orchid. HEX triplet: C7, 80 and CB. RGB value is (199,128,203). Sum of RGB (Red+Green+Blue) = 199+128+203=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 203 (79.69% from 255 or 38.30% from 530); Max value from RGB is 203 - color contains mainly: blue. Hex color #C780CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780CB is #387F34. Grayscale: #9D9D9D. Windows color (decimal): -3702581 or 13336775. OLE color: 13336775.

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

Color convert

RGB 199 128 203 -
CMYK 0.02 0.37 0 0.20
HSL 296.8º 0.42% 0.65% -
HSV(B) 296.8º 0.37% 0.8% -
XYZ 42.05 31.89 60.44 -
YUV 157.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 199 128 203 0.02 0.37 0 0.20 296.8 0.42 0.65
Hex C7 80 CB 2 25 0 14 129 2A 41
Octal 307 200 313 2 45 0 24 451 52 101
Binary 11000111 10000000 11001011 10 100101 0 10100 100101001 101010 1000001

Color Harmonies of #C780CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C780CB

Black with #C780CB

Text Example


Text Example

White with #C780CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C780CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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