Html Css Color HEX #C38AFE Heliotrope

📋 copy color: '#C38AFE'

red 195 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #C38AFE

Tints of Heliotrope #C38AFE

RGB

 RED value IS 195 (76.56% from 255) = 33.22%

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

 BLUE value IS 254 (99.61% from 255) = 43.27%

R = 33.22%
G = 23.51%
B = 43.27%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C38AFE (or 0xC38AFE) is known color: Heliotrope. HEX triplet: C3, 8A and FE. RGB value is (195,138,254). Sum of RGB (Red+Green+Blue) = 195+138+254=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 138 (54.30% from 255 or 23.51% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #C38AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38AFE is #3C7501. Grayscale: #A7A7A7. Windows color (decimal): -3962114 or 16681667. OLE color: 16681667.

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

Color convert

RGB 195 138 254 -
CMYK 0.23 0.46 0 0.00
HSL 269.48º 0.98% 0.77% -
HSV(B) 269.48º 0.46% 1% -
XYZ 49.48 36.93 98.29 -
YUV 168.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 195 138 254 0.23 0.46 0 0.00 269.48 0.98 0.77
Hex C3 8A FE 17 2E 0 0 10D 62 4D
Octal 303 212 376 27 56 0 0 415 142 115
Binary 11000011 10001010 11111110 10111 101110 0 0 100001101 1100010 1001101

Color Harmonies of #C38AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38AFE

Black with #C38AFE

Text Example


Text Example

White with #C38AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38AFE; }

 p { color: rgb(195,138,254); }

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

background-color css

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

 a { background-color: rgb(195,138,254); }

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

border-color css

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

 span { border-color: rgb(195,138,254); }

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