Html Css Color HEX #CF68BC Fuchsia

📋 copy color: '#CF68BC'

red 207 ◦ green 104 ◦ blue 188

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

Shades of Fuchsia #CF68BC

Tints of Fuchsia #CF68BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.68%

R = 41.48%
G = 20.84%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF68BC (or 0xCF68BC) is known color: Fuchsia. HEX triplet: CF, 68 and BC. RGB value is (207,104,188). Sum of RGB (Red+Green+Blue) = 207+104+188=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF68BC is #309743. Grayscale: #909090. Windows color (decimal): -3184452 or 12347599. OLE color: 12347599.

HSL color Cylindrical-coordinate representation of color #CF68BC: hue angle of 311.07º 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 #CF68BC is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 104 188 -
CMYK 0 0.50 0.09 0.19
HSL 311.07º 0.52% 0.61% -
HSV(B) 311.07º 0.5% 0.81% -
XYZ 39.76 26.8 50.65 -
YUV 144.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 207 104 188 0 0.50 0.09 0.19 311.07 0.52 0.61
Hex CF 68 BC 0 32 9 13 137 34 3D
Octal 317 150 274 0 62 11 23 467 64 75
Binary 11001111 1101000 10111100 0 110010 1001 10011 100110111 110100 111101

Color Harmonies of #CF68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF68BC

Black with #CF68BC

Text Example


Text Example

White with #CF68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF68BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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