Html Css Color HEX #C782CB Orchid

📋 copy color: '#C782CB'

red 199 ◦ green 130 ◦ blue 203

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

Shades of Orchid #C782CB

Tints of Orchid #C782CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.44%

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

R = 37.41%
G = 24.44%
B = 38.16%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C782CB (or 0xC782CB) is known color: Orchid. HEX triplet: C7, 82 and CB. RGB value is (199,130,203). Sum of RGB (Red+Green+Blue) = 199+130+203=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #C782CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782CB is #387D34. Grayscale: #9E9E9E. Windows color (decimal): -3702069 or 13337287. OLE color: 13337287.

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

Color convert

RGB 199 130 203 -
CMYK 0.02 0.36 0 0.20
HSL 296.71º 0.41% 0.65% -
HSV(B) 296.71º 0.36% 0.8% -
XYZ 42.32 32.42 60.53 -
YUV 158.95 152.86 156.56 -
System Red Green Blue C M Y K H S L
Decimal 199 130 203 0.02 0.36 0 0.20 296.71 0.41 0.65
Hex C7 82 CB 2 24 0 14 129 29 41
Octal 307 202 313 2 44 0 24 451 51 101
Binary 11000111 10000010 11001011 10 100100 0 10100 100101001 101001 1000001

Color Harmonies of #C782CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C782CB

Black with #C782CB

Text Example


Text Example

White with #C782CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C782CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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