Html Css Color HEX #C884CC Orchid

📋 copy color: '#C884CC'

red 200 ◦ green 132 ◦ blue 204

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

Shades of Orchid #C884CC

Tints of Orchid #C884CC

RGB

 RED value IS 200 (78.52% from 255) = 37.31%

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

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

R = 37.31%
G = 24.63%
B = 38.06%

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

#C884CC (or 0xC884CC) is known color: Orchid. HEX triplet: C8, 84 and CC. RGB value is (200,132,204). Sum of RGB (Red+Green+Blue) = 200+132+204=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #C884CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884CC is #377B33. Grayscale: #A0A0A0. Windows color (decimal): -3636020 or 13403336. OLE color: 13403336.

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

Color convert

RGB 200 132 204 -
CMYK 0.02 0.35 0 0.2
HSL 296.67º 0.41% 0.66% -
HSV(B) 296.67º 0.35% 0.8% -
XYZ 42.97 33.14 61.26 -
YUV 160.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 200 132 204 0.02 0.35 0 0.2 296.67 0.41 0.66
Hex C8 84 CC 2 23 0 14 129 29 42
Octal 310 204 314 2 43 0 24 451 51 102
Binary 11001000 10000100 11001100 10 100011 0 10100 100101001 101001 1000010

Color Harmonies of #C884CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884CC

Black with #C884CC

Text Example


Text Example

White with #C884CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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