Html Css Color HEX #C885FA Heliotrope

📋 copy color: '#C885FA'

red 200 ◦ green 133 ◦ blue 250

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

Shades of Heliotrope #C885FA

Tints of Heliotrope #C885FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 22.81%

 BLUE value IS 250 (98.05% from 255) = 42.88%

R = 34.31%
G = 22.81%
B = 42.88%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C885FA (or 0xC885FA) is known color: Heliotrope. HEX triplet: C8, 85 and FA. RGB value is (200,133,250). Sum of RGB (Red+Green+Blue) = 200+133+250=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #C885FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885FA is #377A05. Grayscale: #A5A5A5. Windows color (decimal): -3635718 or 16418248. OLE color: 16418248.

HSL color Cylindrical-coordinate representation of color #C885FA: hue angle of 274.36º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C885FA is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 133 250 -
CMYK 0.2 0.47 0 0.02
HSL 274.36º 0.92% 0.75% -
HSV(B) 274.36º 0.47% 0.98% -
XYZ 49.46 35.96 94.78 -
YUV 166.37 175.2 151.99 -
System Red Green Blue C M Y K H S L
Decimal 200 133 250 0.2 0.47 0 0.02 274.36 0.92 0.75
Hex C8 85 FA 14 2F 0 2 112 5C 4B
Octal 310 205 372 24 57 0 2 422 134 113
Binary 11001000 10000101 11111010 10100 101111 0 10 100010010 1011100 1001011

Color Harmonies of #C885FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C885FA

Black with #C885FA

Text Example


Text Example

White with #C885FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C885FA; }

 p { color: rgb(200,133,250); }

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

background-color css

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

 a { background-color: rgb(200,133,250); }

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

border-color css

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

 span { border-color: rgb(200,133,250); }

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