Html Css Color HEX #CF6AC6 Orchid

📋 copy color: '#CF6AC6'

red 207 ◦ green 106 ◦ blue 198

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

Shades of Orchid #CF6AC6

Tints of Orchid #CF6AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.75%

R = 40.51%
G = 20.74%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF6AC6 (or 0xCF6AC6) is known color: Orchid. HEX triplet: CF, 6A and C6. RGB value is (207,106,198). Sum of RGB (Red+Green+Blue) = 207+106+198=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AC6 is #309539. Grayscale: #929292. Windows color (decimal): -3183930 or 13003471. OLE color: 13003471.

HSL color Cylindrical-coordinate representation of color #CF6AC6: hue angle of 305.35º 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 #CF6AC6 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 198 -
CMYK 0 0.49 0.04 0.19
HSL 305.35º 0.51% 0.61% -
HSV(B) 305.35º 0.49% 0.81% -
XYZ 41.08 27.65 56.6 -
YUV 146.69 156.96 171.02 -
System Red Green Blue C M Y K H S L
Decimal 207 106 198 0 0.49 0.04 0.19 305.35 0.51 0.61
Hex CF 6A C6 0 31 4 13 131 33 3D
Octal 317 152 306 0 61 4 23 461 63 75
Binary 11001111 1101010 11000110 0 110001 100 10011 100110001 110011 111101

Color Harmonies of #CF6AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6AC6

Black with #CF6AC6

Text Example


Text Example

White with #CF6AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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