Html Css Color HEX #CF6AC7 Orchid

📋 copy color: '#CF6AC7'

red 207 ◦ green 106 ◦ blue 199

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

Shades of Orchid #CF6AC7

Tints of Orchid #CF6AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.87%

R = 40.43%
G = 20.7%
B = 38.87%

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

#CF6AC7 (or 0xCF6AC7) is known color: Orchid. HEX triplet: CF, 6A and C7. RGB value is (207,106,199). Sum of RGB (Red+Green+Blue) = 207+106+199=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 199 (78.12% from 255 or 38.87% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AC7 is #309538. Grayscale: #929292. Windows color (decimal): -3183929 or 13069007. OLE color: 13069007.

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

Color convert

RGB 207 106 199 -
CMYK 0 0.49 0.04 0.19
HSL 304.75º 0.51% 0.61% -
HSV(B) 304.75º 0.49% 0.81% -
XYZ 41.19 27.7 57.21 -
YUV 146.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 207 106 199 0 0.49 0.04 0.19 304.75 0.51 0.61
Hex CF 6A C7 0 31 4 13 131 33 3D
Octal 317 152 307 0 61 4 23 461 63 75
Binary 11001111 1101010 11000111 0 110001 100 10011 100110001 110011 111101

Color Harmonies of #CF6AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6AC7

Black with #CF6AC7

Text Example


Text Example

White with #CF6AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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