Html Css Color HEX #C88CFD Heliotrope

📋 copy color: '#C88CFD'

red 200 ◦ green 140 ◦ blue 253

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

Shades of Heliotrope #C88CFD

Tints of Heliotrope #C88CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.61%

 BLUE value IS 253 (99.22% from 255) = 42.66%

R = 33.73%
G = 23.61%
B = 42.66%

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

#C88CFD (or 0xC88CFD) is known color: Heliotrope. HEX triplet: C8, 8C and FD. RGB value is (200,140,253). Sum of RGB (Red+Green+Blue) = 200+140+253=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 253 (99.22% from 255 or 42.66% from 593); Max value from RGB is 253 - color contains mainly: blue. Hex color #C88CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CFD is #377302. Grayscale: #AAAAAA. Windows color (decimal): -3633923 or 16616648. OLE color: 16616648.

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

Color convert

RGB 200 140 253 -
CMYK 0.21 0.45 0 0.01
HSL 271.86º 0.97% 0.77% -
HSV(B) 271.86º 0.45% 0.99% -
XYZ 50.93 38.13 97.6 -
YUV 170.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 200 140 253 0.21 0.45 0 0.01 271.86 0.97 0.77
Hex C8 8C FD 15 2D 0 1 110 61 4D
Octal 310 214 375 25 55 0 1 420 141 115
Binary 11001000 10001100 11111101 10101 101101 0 1 100010000 1100001 1001101

Color Harmonies of #C88CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CFD

Black with #C88CFD

Text Example


Text Example

White with #C88CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CFD; }

 p { color: rgb(200,140,253); }

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

background-color css

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

 a { background-color: rgb(200,140,253); }

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

border-color css

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

 span { border-color: rgb(200,140,253); }

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