Html Css Color HEX #CF6ABF Orchid

📋 copy color: '#CF6ABF'

red 207 ◦ green 106 ◦ blue 191

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

Shades of Orchid #CF6ABF

Tints of Orchid #CF6ABF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.03%

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

R = 41.07%
G = 21.03%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF6ABF (or 0xCF6ABF) is known color: Orchid. HEX triplet: CF, 6A and BF. RGB value is (207,106,191). Sum of RGB (Red+Green+Blue) = 207+106+191=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ABF is #309540. Grayscale: #919191. Windows color (decimal): -3183937 or 12544719. OLE color: 12544719.

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

Color convert

RGB 207 106 191 -
CMYK 0 0.49 0.08 0.19
HSL 309.5º 0.51% 0.61% -
HSV(B) 309.5º 0.49% 0.81% -
XYZ 40.29 27.34 52.44 -
YUV 145.89 153.46 171.59 -
System Red Green Blue C M Y K H S L
Decimal 207 106 191 0 0.49 0.08 0.19 309.5 0.51 0.61
Hex CF 6A BF 0 31 8 13 136 33 3D
Octal 317 152 277 0 61 10 23 466 63 75
Binary 11001111 1101010 10111111 0 110001 1000 10011 100110110 110011 111101

Color Harmonies of #CF6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ABF

Black with #CF6ABF

Text Example


Text Example

White with #CF6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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