Html Css Color HEX #CC86FA Heliotrope

📋 copy color: '#CC86FA'

red 204 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #CC86FA

Tints of Heliotrope #CC86FA

RGB

 RED value IS 204 (80.08% from 255) = 34.69%

 GREEN value IS 134 (52.73% from 255) = 22.79%

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

R = 34.69%
G = 22.79%
B = 42.52%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC86FA (or 0xCC86FA) is known color: Heliotrope. HEX triplet: CC, 86 and FA. RGB value is (204,134,250). Sum of RGB (Red+Green+Blue) = 204+134+250=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 134 (52.73% from 255 or 22.79% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86FA is #337905. Grayscale: #A7A7A7. Windows color (decimal): -3373318 or 16418508. OLE color: 16418508.

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

Color convert

RGB 204 134 250 -
CMYK 0.18 0.46 0 0.02
HSL 276.21º 0.92% 0.75% -
HSV(B) 276.21º 0.46% 0.98% -
XYZ 50.68 36.79 94.87 -
YUV 168.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 204 134 250 0.18 0.46 0 0.02 276.21 0.92 0.75
Hex CC 86 FA 12 2E 0 2 114 5C 4B
Octal 314 206 372 22 56 0 2 424 134 113
Binary 11001100 10000110 11111010 10010 101110 0 10 100010100 1011100 1001011

Color Harmonies of #CC86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86FA

Black with #CC86FA

Text Example


Text Example

White with #CC86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86FA; }

 p { color: rgb(204,134,250); }

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

background-color css

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

 a { background-color: rgb(204,134,250); }

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

border-color css

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

 span { border-color: rgb(204,134,250); }

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