Html Css Color HEX #C885FB Heliotrope

📋 copy color: '#C885FB'

red 200 ◦ green 133 ◦ blue 251

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

Shades of Heliotrope #C885FB

Tints of Heliotrope #C885FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.98%

R = 34.25%
G = 22.77%
B = 42.98%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C885FB (or 0xC885FB) is known color: Heliotrope. HEX triplet: C8, 85 and FB. RGB value is (200,133,251). Sum of RGB (Red+Green+Blue) = 200+133+251=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #C885FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C885FB is #377A04. Grayscale: #A6A6A6. Windows color (decimal): -3635717 or 16483784. OLE color: 16483784.

HSL color Cylindrical-coordinate representation of color #C885FB: hue angle of 274.07º degrees, saturation: 0.94, 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 #C885FB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 133 251 -
CMYK 0.20 0.47 0 0.02
HSL 274.07º 0.94% 0.75% -
HSV(B) 274.07º 0.47% 0.98% -
XYZ 49.62 36.02 95.6 -
YUV 166.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 200 133 251 0.20 0.47 0 0.02 274.07 0.94 0.75
Hex C8 85 FB 14 2F 0 2 112 5E 4B
Octal 310 205 373 24 57 0 2 422 136 113
Binary 11001000 10000101 11111011 10100 101111 0 10 100010010 1011110 1001011

Color Harmonies of #C885FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C885FB

Black with #C885FB

Text Example


Text Example

White with #C885FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C885FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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