Html Css Color HEX #CFB5CF Thistle

📋 copy color: '#CFB5CF'

red 207 ◦ green 181 ◦ blue 207

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

Shades of Thistle #CFB5CF

Tints of Thistle #CFB5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.42%

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

R = 34.79%
G = 30.42%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFB5CF (or 0xCFB5CF) is known color: Thistle. HEX triplet: CF, B5 and CF. RGB value is (207,181,207). Sum of RGB (Red+Green+Blue) = 207+181+207=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5CF is #304A30. Grayscale: #BFBFBF. Windows color (decimal): -3164721 or 13612495. OLE color: 13612495.

HSL color Cylindrical-coordinate representation of color #CFB5CF: 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.13%. Process color model (Four color, CMYK) of #CFB5CF is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 207 -
CMYK 0 0.13 0 0.19
HSL 300º 0.21% 0.76% -
HSV(B) 300º 0.13% 0.81% -
XYZ 53.52 50.82 66.02 -
YUV 191.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 207 181 207 0 0.13 0 0.19 300 0.21 0.76
Hex CF B5 CF 0 D 0 13 12C 15 4C
Octal 317 265 317 0 15 0 23 454 25 114
Binary 11001111 10110101 11001111 0 1101 0 10011 100101100 10101 1001100

Color Harmonies of #CFB5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5CF

Black with #CFB5CF

Text Example


Text Example

White with #CFB5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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