Html Css Color HEX #CF68B2 Fuchsia

📋 copy color: '#CF68B2'

red 207 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #CF68B2

Tints of Fuchsia #CF68B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.27%

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 42.33%
G = 21.27%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF68B2 (or 0xCF68B2) is known color: Fuchsia. HEX triplet: CF, 68 and B2. RGB value is (207,104,178). Sum of RGB (Red+Green+Blue) = 207+104+178=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF68B2 is #30974D. Grayscale: #8F8F8F. Windows color (decimal): -3184462 or 11692239. OLE color: 11692239.

HSL color Cylindrical-coordinate representation of color #CF68B2: hue angle of 316.89º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF68B2 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 104 178 -
CMYK 0 0.50 0.14 0.19
HSL 316.89º 0.52% 0.61% -
HSV(B) 316.89º 0.5% 0.81% -
XYZ 38.72 26.38 45.17 -
YUV 143.23 147.62 173.48 -
System Red Green Blue C M Y K H S L
Decimal 207 104 178 0 0.50 0.14 0.19 316.89 0.52 0.61
Hex CF 68 B2 0 32 E 13 13D 34 3D
Octal 317 150 262 0 62 16 23 475 64 75
Binary 11001111 1101000 10110010 0 110010 1110 10011 100111101 110100 111101

Color Harmonies of #CF68B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68B2

Black with #CF68B2

Text Example


Text Example

White with #CF68B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68B2; }

 p { color: rgb(207,104,178); }

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

background-color css

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

 a { background-color: rgb(207,104,178); }

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

border-color css

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

 span { border-color: rgb(207,104,178); }

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