Html Css Color HEX #CF7EFA Heliotrope

📋 copy color: '#CF7EFA'

red 207 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #CF7EFA

Tints of Heliotrope #CF7EFA

RGB

 RED value IS 207 (81.25% from 255) = 35.51%

 GREEN value IS 126 (49.61% from 255) = 21.61%

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

R = 35.51%
G = 21.61%
B = 42.88%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF7EFA (or 0xCF7EFA) is known color: Heliotrope. HEX triplet: CF, 7E and FA. RGB value is (207,126,250). Sum of RGB (Red+Green+Blue) = 207+126+250=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF7EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7EFA is #308105. Grayscale: #A3A3A3. Windows color (decimal): -3178758 or 16416463. OLE color: 16416463.

HSL color Cylindrical-coordinate representation of color #CF7EFA: hue angle of 279.19º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF7EFA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 126 250 -
CMYK 0.17 0.50 0 0.02
HSL 279.19º 0.93% 0.74% -
HSV(B) 279.19º 0.5% 0.98% -
XYZ 50.45 35.09 94.56 -
YUV 164.36 176.34 158.42 -
System Red Green Blue C M Y K H S L
Decimal 207 126 250 0.17 0.50 0 0.02 279.19 0.93 0.74
Hex CF 7E FA 11 32 0 2 117 5D 4A
Octal 317 176 372 21 62 0 2 427 135 112
Binary 11001111 1111110 11111010 10001 110010 0 10 100010111 1011101 1001010

Color Harmonies of #CF7EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7EFA

Black with #CF7EFA

Text Example


Text Example

White with #CF7EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7EFA; }

 p { color: rgb(207,126,250); }

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

background-color css

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

 a { background-color: rgb(207,126,250); }

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

border-color css

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

 span { border-color: rgb(207,126,250); }

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