Html Css Color HEX #C784CC Orchid

📋 copy color: '#C784CC'

red 199 ◦ green 132 ◦ blue 204

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

Shades of Orchid #C784CC

Tints of Orchid #C784CC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.67%

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

R = 37.2%
G = 24.67%
B = 38.13%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C784CC (or 0xC784CC) is known color: Orchid. HEX triplet: C7, 84 and CC. RGB value is (199,132,204). Sum of RGB (Red+Green+Blue) = 199+132+204=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #C784CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C784CC is #387B33. Grayscale: #A0A0A0. Windows color (decimal): -3701556 or 13403335. OLE color: 13403335.

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

Color convert

RGB 199 132 204 -
CMYK 0.02 0.35 0 0.2
HSL 295.83º 0.41% 0.66% -
HSV(B) 295.83º 0.35% 0.8% -
XYZ 42.7 33 61.25 -
YUV 160.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 199 132 204 0.02 0.35 0 0.2 295.83 0.41 0.66
Hex C7 84 CC 2 23 0 14 128 29 42
Octal 307 204 314 2 43 0 24 450 51 102
Binary 11000111 10000100 11001100 10 100011 0 10100 100101000 101001 1000010

Color Harmonies of #C784CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C784CC

Black with #C784CC

Text Example


Text Example

White with #C784CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C784CC; }

 p { color: rgb(199,132,204); }

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

background-color css

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

 a { background-color: rgb(199,132,204); }

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

border-color css

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

 span { border-color: rgb(199,132,204); }

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