Html Css Color HEX #CFB6CF Thistle

📋 copy color: '#CFB6CF'

red 207 ◦ green 182 ◦ blue 207

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

Shades of Thistle #CFB6CF

Tints of Thistle #CFB6CF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.54%

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

R = 34.73%
G = 30.54%
B = 34.73%

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

#CFB6CF (or 0xCFB6CF) is known color: Thistle. HEX triplet: CF, B6 and CF. RGB value is (207,182,207). Sum of RGB (Red+Green+Blue) = 207+182+207=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6CF is #304930. Grayscale: #C0C0C0. Windows color (decimal): -3164465 or 13612751. OLE color: 13612751.

HSL color Cylindrical-coordinate representation of color #CFB6CF: hue angle of 300º degrees, saturation: 0.21, 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 #CFB6CF is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 182 207 -
CMYK 0 0.12 0 0.19
HSL 300º 0.21% 0.76% -
HSV(B) 300º 0.12% 0.81% -
XYZ 53.72 51.23 66.09 -
YUV 192.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 207 182 207 0 0.12 0 0.19 300 0.21 0.76
Hex CF B6 CF 0 C 0 13 12C 15 4C
Octal 317 266 317 0 14 0 23 454 25 114
Binary 11001111 10110110 11001111 0 1100 0 10011 100101100 10101 1001100

Color Harmonies of #CFB6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB6CF

Black with #CFB6CF

Text Example


Text Example

White with #CFB6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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