Html Css Color HEX #CFB7CF Thistle

📋 copy color: '#CFB7CF'

red 207 ◦ green 183 ◦ blue 207

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

Shades of Thistle #CFB7CF

Tints of Thistle #CFB7CF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.65%

 BLUE value IS 207 (81.25% from 255) = 34.67%

R = 34.67%
G = 30.65%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFB7CF (or 0xCFB7CF) is known color: Thistle. HEX triplet: CF, B7 and CF. RGB value is (207,183,207). Sum of RGB (Red+Green+Blue) = 207+183+207=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB7CF is #304830. Grayscale: #C0C0C0. Windows color (decimal): -3164209 or 13613007. OLE color: 13613007.

HSL color Cylindrical-coordinate representation of color #CFB7CF: hue angle of 300º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB7CF is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 183 207 -
CMYK 0 0.12 0 0.19
HSL 300º 0.2% 0.76% -
HSV(B) 300º 0.12% 0.81% -
XYZ 53.93 51.64 66.16 -
YUV 192.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 207 183 207 0 0.12 0 0.19 300 0.2 0.76
Hex CF B7 CF 0 C 0 13 12C 14 4C
Octal 317 267 317 0 14 0 23 454 24 114
Binary 11001111 10110111 11001111 0 1100 0 10011 100101100 10100 1001100

Color Harmonies of #CFB7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB7CF

Black with #CFB7CF

Text Example


Text Example

White with #CFB7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB7CF; }

 p { color: rgb(207,183,207); }

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

background-color css

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

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

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

border-color css

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

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

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