Html Css Color HEX #CF7FFA Heliotrope

📋 copy color: '#CF7FFA'

red 207 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #CF7FFA

Tints of Heliotrope #CF7FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.75%

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

R = 35.45%
G = 21.75%
B = 42.81%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF7FFA (or 0xCF7FFA) is known color: Heliotrope. HEX triplet: CF, 7F and FA. RGB value is (207,127,250). Sum of RGB (Red+Green+Blue) = 207+127+250=584 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.45% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF7FFA is #308005. Grayscale: #A4A4A4. Windows color (decimal): -3178502 or 16416719. OLE color: 16416719.

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

Color convert

RGB 207 127 250 -
CMYK 0.17 0.49 0 0.02
HSL 279.02º 0.92% 0.74% -
HSV(B) 279.02º 0.49% 0.98% -
XYZ 50.58 35.35 94.6 -
YUV 164.94 176 158 -
System Red Green Blue C M Y K H S L
Decimal 207 127 250 0.17 0.49 0 0.02 279.02 0.92 0.74
Hex CF 7F FA 11 31 0 2 117 5C 4A
Octal 317 177 372 21 61 0 2 427 134 112
Binary 11001111 1111111 11111010 10001 110001 0 10 100010111 1011100 1001010

Color Harmonies of #CF7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7FFA

Black with #CF7FFA

Text Example


Text Example

White with #CF7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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