Html Css Color HEX #CF5FD1 Orchid

📋 copy color: '#CF5FD1'

red 207 ◦ green 95 ◦ blue 209

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

Shades of Orchid #CF5FD1

Tints of Orchid #CF5FD1

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.59%

 BLUE value IS 209 (82.03% from 255) = 40.9%

R = 40.51%
G = 18.59%
B = 40.9%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CF5FD1 (or 0xCF5FD1) is known color: Orchid. HEX triplet: CF, 5F and D1. RGB value is (207,95,209). Sum of RGB (Red+Green+Blue) = 207+95+209=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF5FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5FD1 is #30A02E. Grayscale: #8D8D8D. Windows color (decimal): -3186735 or 13721551. OLE color: 13721551.

HSL color Cylindrical-coordinate representation of color #CF5FD1: hue angle of 298.95º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5FD1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 95 209 -
CMYK 0.01 0.55 0 0.18
HSL 298.95º 0.55% 0.6% -
HSV(B) 298.95º 0.55% 0.82% -
XYZ 41.33 26.05 63.17 -
YUV 141.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 207 95 209 0.01 0.55 0 0.18 298.95 0.55 0.6
Hex CF 5F D1 1 37 0 12 12B 37 3C
Octal 317 137 321 1 67 0 22 453 67 74
Binary 11001111 1011111 11010001 1 110111 0 10010 100101011 110111 111100

Color Harmonies of #CF5FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5FD1

Black with #CF5FD1

Text Example


Text Example

White with #CF5FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5FD1; }

 p { color: rgb(207,95,209); }

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

background-color css

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

 a { background-color: rgb(207,95,209); }

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

border-color css

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

 span { border-color: rgb(207,95,209); }

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