Html Css Color HEX #CF6FBF Orchid

📋 copy color: '#CF6FBF'

red 207 ◦ green 111 ◦ blue 191

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

Shades of Orchid #CF6FBF

Tints of Orchid #CF6FBF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.81%

 BLUE value IS 191 (75% from 255) = 37.52%

R = 40.67%
G = 21.81%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF6FBF (or 0xCF6FBF) is known color: Orchid. HEX triplet: CF, 6F and BF. RGB value is (207,111,191). Sum of RGB (Red+Green+Blue) = 207+111+191=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FBF is #309040. Grayscale: #949494. Windows color (decimal): -3182657 or 12545999. OLE color: 12545999.

HSL color Cylindrical-coordinate representation of color #CF6FBF: hue angle of 310º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FBF is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 111 191 -
CMYK 0 0.46 0.08 0.19
HSL 310º 0.5% 0.62% -
HSV(B) 310º 0.46% 0.81% -
XYZ 40.82 28.4 52.62 -
YUV 148.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 207 111 191 0 0.46 0.08 0.19 310 0.5 0.62
Hex CF 6F BF 0 2E 8 13 136 32 3E
Octal 317 157 277 0 56 10 23 466 62 76
Binary 11001111 1101111 10111111 0 101110 1000 10011 100110110 110010 111110

Color Harmonies of #CF6FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6FBF

Black with #CF6FBF

Text Example


Text Example

White with #CF6FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6FBF; }

 p { color: rgb(207,111,191); }

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

background-color css

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

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

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

border-color css

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

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

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