Html Css Color HEX #C88AFC Heliotrope

📋 copy color: '#C88AFC'

red 200 ◦ green 138 ◦ blue 252

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

Shades of Heliotrope #C88AFC

Tints of Heliotrope #C88AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.39%

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

R = 33.9%
G = 23.39%
B = 42.71%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C88AFC (or 0xC88AFC) is known color: Heliotrope. HEX triplet: C8, 8A and FC. RGB value is (200,138,252). Sum of RGB (Red+Green+Blue) = 200+138+252=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #C88AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AFC is #377503. Grayscale: #A9A9A9. Windows color (decimal): -3634436 or 16550600. OLE color: 16550600.

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

Color convert

RGB 200 138 252 -
CMYK 0.21 0.45 0 0.01
HSL 272.63º 0.95% 0.76% -
HSV(B) 272.63º 0.45% 0.99% -
XYZ 50.48 37.48 96.67 -
YUV 169.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 200 138 252 0.21 0.45 0 0.01 272.63 0.95 0.76
Hex C8 8A FC 15 2D 0 1 111 5F 4C
Octal 310 212 374 25 55 0 1 421 137 114
Binary 11001000 10001010 11111100 10101 101101 0 1 100010001 1011111 1001100

Color Harmonies of #C88AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AFC

Black with #C88AFC

Text Example


Text Example

White with #C88AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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