Html Css Color HEX #C869F2 Heliotrope

📋 copy color: '#C869F2'

red 200 ◦ green 105 ◦ blue 242

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

Shades of Heliotrope #C869F2

Tints of Heliotrope #C869F2

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.2%

 BLUE value IS 242 (94.92% from 255) = 44.24%

R = 36.56%
G = 19.2%
B = 44.24%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C869F2 (or 0xC869F2) is known color: Heliotrope. HEX triplet: C8, 69 and F2. RGB value is (200,105,242). Sum of RGB (Red+Green+Blue) = 200+105+242=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #C869F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C869F2 is #37960D. Grayscale: #949494. Windows color (decimal): -3642894 or 15886792. OLE color: 15886792.

HSL color Cylindrical-coordinate representation of color #C869F2: hue angle of 281.61º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C869F2 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 105 242 -
CMYK 0.17 0.57 0 0.05
HSL 281.61º 0.84% 0.68% -
HSV(B) 281.61º 0.57% 0.95% -
XYZ 44.9 28.79 87.2 -
YUV 149.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 200 105 242 0.17 0.57 0 0.05 281.61 0.84 0.68
Hex C8 69 F2 11 39 0 5 11A 54 44
Octal 310 151 362 21 71 0 5 432 124 104
Binary 11001000 1101001 11110010 10001 111001 0 101 100011010 1010100 1000100

Color Harmonies of #C869F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C869F2

Black with #C869F2

Text Example


Text Example

White with #C869F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C869F2; }

 p { color: rgb(200,105,242); }

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

background-color css

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

 a { background-color: rgb(200,105,242); }

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

border-color css

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

 span { border-color: rgb(200,105,242); }

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