Html Css Color HEX #C884FC Heliotrope

📋 copy color: '#C884FC'

red 200 ◦ green 132 ◦ blue 252

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

Shades of Heliotrope #C884FC

Tints of Heliotrope #C884FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 34.25%
G = 22.6%
B = 43.15%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C884FC (or 0xC884FC) is known color: Heliotrope. HEX triplet: C8, 84 and FC. RGB value is (200,132,252). Sum of RGB (Red+Green+Blue) = 200+132+252=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #C884FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C884FC is #377B03. Grayscale: #A5A5A5. Windows color (decimal): -3635972 or 16549064. OLE color: 16549064.

HSL color Cylindrical-coordinate representation of color #C884FC: hue angle of 274º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C884FC is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 132 252 -
CMYK 0.21 0.48 0 0.01
HSL 274º 0.95% 0.75% -
HSV(B) 274º 0.48% 0.99% -
XYZ 49.64 35.81 96.39 -
YUV 166.01 176.53 152.24 -
System Red Green Blue C M Y K H S L
Decimal 200 132 252 0.21 0.48 0 0.01 274 0.95 0.75
Hex C8 84 FC 15 30 0 1 112 5F 4B
Octal 310 204 374 25 60 0 1 422 137 113
Binary 11001000 10000100 11111100 10101 110000 0 1 100010010 1011111 1001011

Color Harmonies of #C884FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C884FC

Black with #C884FC

Text Example


Text Example

White with #C884FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C884FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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