Html Css Color HEX #C88AFF Heliotrope

📋 copy color: '#C88AFF'

red 200 ◦ green 138 ◦ blue 255

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

Shades of Heliotrope #C88AFF

Tints of Heliotrope #C88AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43%

R = 33.73%
G = 23.27%
B = 43%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C88AFF (or 0xC88AFF) is known color: Heliotrope. HEX triplet: C8, 8A and FF. RGB value is (200,138,255). Sum of RGB (Red+Green+Blue) = 200+138+255=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #C88AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88AFF is #377500. Grayscale: #A9A9A9. Windows color (decimal): -3634433 or 16747208. OLE color: 16747208.

HSL color Cylindrical-coordinate representation of color #C88AFF: hue angle of 271.79º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C88AFF is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 138 255 -
CMYK 0.22 0.46 0 0
HSL 271.79º 1% 0.77% -
HSV(B) 271.79º 0.46% 1% -
XYZ 50.96 37.68 99.19 -
YUV 169.88 176.04 149.49 -
System Red Green Blue C M Y K H S L
Decimal 200 138 255 0.22 0.46 0 0 271.79 1 0.77
Hex C8 8A FF 16 2E 0 0 110 64 4D
Octal 310 212 377 26 56 0 0 420 144 115
Binary 11001000 10001010 11111111 10110 101110 0 0 100010000 1100100 1001101

Color Harmonies of #C88AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88AFF

Black with #C88AFF

Text Example


Text Example

White with #C88AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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